Genesis C++ API

Discussion in 'Automated Trading' started by venkat, Mar 12, 2010.

  1. venkat

    venkat

    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.
     
  2. venkat

    venkat

    Thanks tradelink I did all of those and still getting the same error btw I am using vstudio 2005 sp1