OrionVeteran
Deity
I am attempting to make a new DLL starting with the source files from BBAI and I get this error:
What change do I need to make to the CvPlayerAI.cpp file?
Do I need to add something to my Makefile?
Please be specific, as my SDK skills are limited.
Code:
1>CvPlayerAI.obj : error LNK2019: unresolved external symbol "void __cdecl logBBAI(char *,...)" (?logBBAI@@YAXPADZZ) referenced in function "public: virtual void __thiscall CvPlayerAI::AI_conquerCity(class CvCity *)" (?AI_conquerCity@CvPlayerAI@@UAEXPAVCvCity@@@Z)
1>Final_Release\CvGameCoreDLL.dll : fatal error LNK1120: 1 unresolved externals
1>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual C++ Toolkit 2003/bin/link.exe"' : return code '0x460'
1>Stop.
1>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
What change do I need to make to the CvPlayerAI.cpp file?
Do I need to add something to my Makefile?
Please be specific, as my SDK skills are limited.