[omniORB] omniORB 2.7.0 is released!
Byrne_Matt
Byrne_Matt@videojet.com
Mon, 25 Jan 1999 08:16:00 -0600
Hi.
I just tried to switch from 2.6.1 to 2.7.0 (Windows NT 4.0, MSVC 5.0).
Now, I get a exception when accessing a MemBufferedStream. A sample
of my code is below. Has anyone else run into this problem?
Datum& a_datum;
MemBufferedStream buffer((_CORBA_Char *)a_datum.m_dptr);
unsigned long len;
len <<= buffer; //I receive an exception here
The constructor for MemBufferedStream was changed from 2.6.1 to 2.7.0.
I believe there is a bug here but I am not familiar enough with the
code to be sure. Can someone help me out?
Thanks
Matt