[omniORB] FW: Linking errors while using omniORB with VC++5.0.

Armin Gerritsen a.a.gerritsen@phys.uu.nl
Wed, 14 Jun 2000 16:47:04 +0200


> We are getting  following  linker errors occurring while building  project
> using OmniORB 2.8.0 generated stubs.
> with VC++ 5.0:
> 1.>unresolved external symbol "public: __thiscall
> CORBA::TypeCode_member::TypeCode_member(void)"
> (??1TypeCode_member@CORBA@@QAE@XZ)
>
> 2.>unresolved external symbol "public: static void __cdecl
> CORBA::IDLType_Helper::release(class CORBA::IDLType *)"
> (?release@IDLType_Helper@CORBA@@SAXPAVIDLType@2@@Z)
>
> 3.>unresolved external symbol "public: __thiscall CORBA::Any::~Any(void)"
> (??1Any@CORBA@@QAE@XZ
>
> Pl. suggest the way out.

Link with omniDynamic2.lib too to solve this problem.

Regards,

Armin