[omniORB] Using omniORB 3.03 with the Intel C++ compiler.

Kevin Wooten kwooten@itracs.com
Tue, 10 Apr 2001 16:08:15 -0700


I am using the Intel C++ compiler for win32, it is supposed to be a
direct replacement of the visual c++ compiler ( it actually plugs into
dev studio ). When I try to catch objects of type
CORBA::ORB::InvalidName, the compiler complains about unresolved linker
errors. I believe it is on all exceptions in the namespace
CORBA::ORB::*, only on those exceptions, other exceptions seem to be
just fine. Here is the error mesage:

client.obj : error LNK2001: unresolved external symbol "const
CORBA::ORB::InvalidName::`vftable'" (??_7InvalidName@ORB@CORBA@@6B@)
Debug/client.exe : fatal error LNK1120: 1 unresolved externals

Any Ideas??

Thanks,
Kevin Wooten