psyllogism
Chieftain
Hi,
I'm trying to learn how to mod Civ IV and thought I would start with somebody else's mod and go from there. I downloaded the sources for Revolution 1.65bts, copy/pasted them into a directory with the BTS 3.17 CvGameCoreDLL sources, and followed Kael's instructions to set up CodeBlocks to compile the project.
Previously, I was able to compile the BTS 3.17 sources just fine into my own DLL. However, when I add the Revolution 1.65bts sources and try to compile this new project, I get the following error:
Any hints to what could be going on? Thanks in advance.
I'm trying to learn how to mod Civ IV and thought I would start with somebody else's mod and go from there. I downloaded the sources for Revolution 1.65bts, copy/pasted them into a directory with the BTS 3.17 CvGameCoreDLL sources, and followed Kael's instructions to set up CodeBlocks to compile the project.
Previously, I was able to compile the BTS 3.17 sources just fine into my own DLL. However, when I add the Revolution 1.65bts sources and try to compile this new project, I get the following error:
Code:
CvDLLPython.obj : error LNK2019: unresolved external symbol
"void __cdecl CyCityPythonInterface2(class boost::python::class_<class CyCity,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified> &)"
(?CyCityPythonInterface2@@YAXAAV?$class_@VCyCity@@Unot_specified@detail@python@boost@@U2345@U2345@@python@boost@@@Z)
referenced in function "void __cdecl DLLPublishToPython(void)" (?DLLPublishToPython@@YAXXZ)
Any hints to what could be going on? Thanks in advance.