Page 1 of 1

smartphone2002 emul / GD301 / HSS0.99.1.beta2 LNK2019 ERROR

PostPosted: Jun 24, 2004 @ 4:58pm
by vince_mad
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.

PostPosted: Jun 25, 2004 @ 10:29am
by muff

PostPosted: Jun 25, 2004 @ 12:44pm
by vince_mad

PostPosted: Jun 28, 2004 @ 8:29am
by Johan

PostPosted: Jul 2, 2004 @ 3:14pm
by vince_mad