EmperorFool
Deity
Where did you get your PSDK? Maybe try using forward slashes in that PSDK line I had you change since all the other lines use / instead of \.
Maybe try using forward slashes in that PSDK line I had you change since all the other lines use / instead of \.
I'm not sure anymore. It was somewhere here CivFanatics. I'll try to look them if i would remember.Where did you get your PSDK?
If you build the "Final_Release" instead of "Debug" profile, it works from the command-line?
Did you try doing a Debug build of the unmodified BTS sources? It's always good to verify the simplest case before moving on to something tougher.
Where did you get the makefile from?
NotSoGood,
When you compiled my source code, did you compile a Final Release or Debug version? If you didn't try a debug version, try it again. If you did, and it succeeded here's my not-so optimal solution:
Remove my source code and put your own in, merge any differences in the makefile and compile.
If you get an error compiling my debug dll, well.... I'm stumped too.
Debug/CyMapInterface.obj: CyMapInterface.cpp
$(Debug_CPP) /nologo $(Debug_CFLAGS) $(Debug_INCS) /c CyMapInterface.cpp /FoDebug/CyMapInterface.obj
Debug/CyMapInterface.obj: CyMapInterface.cpp
$(Debug_CPP) /nologo $(Debug_SAFE_CFLAGS) $(Debug_INCS) /c CyMapInterface.cpp /FoDebug/CyMapInterface.obj
Debug_SAFE_CFLAGS=[I][COLOR="Orange"]<what-goes-here?>[/COLOR][/I]
What does the line that starts like this say?
Code:Debug_SAFE_CFLAGS=[I][COLOR="Orange"]<what-goes-here?>[/COLOR][/I]
Debug_SAFE_CFLAGS= $(Debug_PROJECT_CFLAGS) /MD /GR /Od /W3 /EHsc /DWIN32 /D_DEBUG /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /nologo /Gd /TP $(Debug_GLOBAL_CFLAGS)