[omniORB] omniORB 4.0.1 soon

M300_ªLÀAÀs³Bªø edward_lin@iwin.com.tw
Tue Dec 10 02:19:02 2002


Hi, Ducan
I post before, maybe you forget this problem.
Including both <COS/CosNotification.hh> and <COS/CosNotifyComm.hh> caused
some symbols were not exported by VC++.

#include <omniORB/CORBA.h>
#include <COS/CosNotification.hh>
#include <COS/CosNotifyComm.hh>

If I preprocess my code and don't build any objects, I'll see

class StructuredPushConsumer {
public:
  // others I'm not interested
  static const char* _PD_repoId;
};

It's obviously that the symbol 'StructuredPushConsumer;:_PD_repoId' is not
exported

Best Regards,
Edward Lin