Genesis C++ API

Hi,

I am having an issue compiling genesis c++ api their test program...

I am gettting the below error

1>MySession.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: static struct AFX_MSGMAP const * __stdcall GTSession::GetThisMessageMap(void)" (__imp_?GetThisMessageMap@GTSession@@KGPBUAFX_MSGMAP@@XZ) referenced in function "protected: static struct AFX_MSGMAP const * __stdcall CMySession::GetThisMessageMap(void)" (?GetThisMessageMap@CMySession@@KGPBUAFX_MSGMAP@@XZ)
1>c:\Genesis\TestAPI.exe : fatal error LNK1120: 1 unresolved externals


Any help Please?

Regards,
Venkat.
 
Back
Top