I've got all the C++ files ready to be compiled, and am running into a problem. I followed Kael's directions to a tee in his tutorial, but when I go to build the DLL file I get the following error:
Any idea what this means?
Code:
Project : CvGameCoreDLL
Compiler : Microsoft Visual C++ Toolkit 2003 (called directly)
Directory : D:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\
--------------------------------------------------------------------------------
Switching to target: Final Release
CvArea.cpp
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvInfos.h(35) : error C2059: syntax error : '--'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvInfos.h(36) : error C2334: unexpected token(s) preceding ':'; skipping apparent function body
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvInfos.h(39) : error C2760: syntax error : expected '{' not ';'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvInfos.h(41) : error C2144: syntax error : 'int' should be preceded by '}'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvInfos.h(4973) : warning C4624: 'CvGameText' : destructor could not be generated because a base class destructor is inaccessible
Process terminated with status 1 (0 minutes, 8 seconds)
4 errors, 1 warnings
Any idea what this means?
