[omniORB] problem with omninotify

EDWARD_LIN edward_lin@iwin.com.tw
Wed Dec 11 02:39:02 2002


Hi Julien,
I use omniORB4 to develop omniNotify push consumer/supplier under Win32,
I founded if I included both <COS/CosNotification.hh> and
<COS/CosNotifyComm.hh>,
the process crash (but under Linux, it's OK).
If I only include ...
#include <omniORB4/CORBA.h>
#include <COS/CosNotifyComm.hh>
that's OK under win32.

All this is due to win32 DLL nightmare, because some symbols will not be
exported properly.

Best Regards,
Edward