EQemu VC6 Compile Link Error
I have searched through the other posts on compiling in visual c++ 6 on windows, and while the other information has been useful, I have not seen this problem. Anyways things compile fine until it starts to link. Then I get this error.
net.obj : error LNK2001: unresolved external symbol "void __cdecl CheckEQEMuErrorAndPause(void)" (?CheckEQEMuErrorAndPause@@YAXXZ)
then this one
database.obj : error LNK2001: unresolved external symbol "void __cdecl AddEQEMuError(enum eEQEMuError,bool)" (?AddEQEMuError@@YAXW4eEQEMuError@@_N@Z)
and of course
../Build/Zone.exe : fatal error LNK1120: 2 unresolved externals
Does anyone have any idea what is causing this? By the way, I have the common, world, and zone directories both setup under directories and libraries as well as mysql directory and zlib directory. (Otherwise I would be getting a lot more problems, I assume). Thank you very much.
__________________
-Aleio
|