Hi all,
I'm trying to port my game to smartphone. I first try to make it play on the smartphone 2002 emulator.
It compiles but I got the following linker errors:
Linking...
taptatop.obj : error LNK2019: unresolved external symbol "public: __thiscall CGapiHekkusApplication::CGapiHekkusApplication(struct _GDAPPCONFIG const &,struct _HSSCONFIG const &)" (??0CGapiHekkusApplication@@QAE@ABU_GDAPPCONFIG@@ABU_HSSCONFIG@@@Z) referenced in function "public: __thiscall CMyApplication::CMyApplication(struct _GDAPPCONFIG const &,struct _HSSCONFIG const &)" (??0CMyApplication@@QAE@ABU_GDAPPCONFIG@@ABU_HSSCONFIG@@@Z)
taptatop.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CGapiHekkusApplication::~CGapiHekkusApplication(void)" (??1CGapiHekkusApplication@@UAE@XZ) referenced in function "public: virtual __thiscall CMyApplication::~CMyApplication(void)" (??1CMyApplication@@UAE@XZ)
X86Dbg/taptatop.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
Has someone else encountered this kind of error before?
Please help!!!!!
Thanks in advance.
Vincent.