[omniORB] Unresolved external symbols.

S. Sahayaraj ssahayaraj@quark.co.in
Tue, 21 May 2002 14:02:08 +0530


Hi,
	I'm getting the linker error in VC++6.0 while linking the OmniOrb
application with other. The error says as following and where "ITestManager"
is my interface name. I'm feeling that I missed some settings, but I could
not figure out the problem.


OmniORBServerMain.obj : error LNK2001: unresolved external symbol "public:
static char const * const  ITestManager::_PD_repoId"
(?_PD_repoId@ITestManager@@2PBDB)
OmniORBServerMain.obj : error LNK2001: unresolved external symbol "public:
virtual __thiscall POA_ITestManager::~POA_ITestManager(void)"
(??1POA_ITestManager@@UAE@XZ)
OmniORBServerMain.obj : error LNK2001: unresolved external symbol "public:
virtual __thiscall _impl_ITestManager::~_impl_ITestManager(void)"
(??1_impl_ITestManager@@UAE@XZ)
OmniORBServerMain.obj : error LNK2001: unresolved external symbol "private:
virtual void * __thiscall _impl_ITestManager::_ptrToInterface(char const *)"
(?_ptrToInterface@_impl_ITestManager@@EAEPAXPBD@Z)
OmniORBServerMain.obj : error LNK2001: unresolved external symbol "private:
virtual char const * __thiscall
_impl_ITestManager::_mostDerivedRepoId(void)"
(?_mostDerivedRepoId@_impl_ITestManager@@EAEPBDXZ)
OmniORBServerMain.obj : error LNK2001: unresolved external symbol "public:
virtual bool __thiscall _impl_ITestManager::_dispatch(class GIOP_S &)"
(?_dispatch@_impl_ITestManager@@UAE_NAAVGIOP_S@@@Z)

	
Thanks
Sahay.