Merging BTS AI and Air Combat Experience

stolenrays

Deity
Joined
Aug 2, 2009
Messages
2,063
I'm trying to merge these two Mods for use into some of my Mods, but I get a massive amount of errors. I am using VS 2008 Express and I believe I am following the tutorials to compile the .dlls of the mods. I had to cut/paste a lot of the code using notepad++ before attempting to compile.

Code:
1>------ Build started: Project: CvGameCoreDLL, Configuration: Debug Win32 ------
1>Performing Makefile project actions
1>Error running fastdep.
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CvGame.obj /c CvGame.cpp
1>CvGame.cpp
1>CvGame.cpp(3917) : error C2039: 'isHumanDisabled' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>CvGame.cpp(3919) : error C2039: 'setHumanDisabled' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>CvGame.cpp(4830) : error C2039: 'AI_invalidateAttitudeCache' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>CvGame.cpp(4831) : error C2039: 'AI_invalidateAttitudeCache' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>CvGame.cpp(5515) : error C2039: 'AI_invalidateAttitudeCache' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>CvGame.cpp(5516) : error C2039: 'AI_invalidateAttitudeCache' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>CvGame.cpp(5521) : error C2039: 'AI_invalidateAttitudeCache' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>CvGame.cpp(5522) : error C2039: 'AI_invalidateAttitudeCache' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>CvGame.cpp(8315) : error C2039: 'initInGame' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>CvGame.cpp(8326) : error C2039: 'changeHumanPlayer' : is not a member of 'CvGame'
1>        c:\Program Files\CvGameCoreDLL\CvGame.h(20) : see declaration of 'CvGame'
1>CvGame.cpp(8328) : error C3861: 'getActivePlayer': identifier not found, even with argument-dependent lookup
1>CvGame.cpp(8330) : error C2039: 'setIsHuman' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>CvGame.cpp(8331) : error C3861: 'setActivePlayer': identifier not found, even with argument-dependent lookup
1>CvGame.cpp(8343) : error C2039: 'setIsHuman' : is not a member of 'CvPlayerAI'
1>        c:\Program Files\CvGameCoreDLL\CvPlayerAI.h(13) : see declaration of 'CvPlayerAI'
1>NMAKE : warning U4010: 'Debug\CvGame.obj' : build failed; /K specified, continuing ...
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CvInfos.obj /c CvInfos.cpp
1>CvInfos.cpp
1>CvInfos.cpp(13751) : error C2614: 'CvLeaderHeadInfo' : illegal member initialization: 'm_iDiplomacyVictoryWeight' is not a base or member
1>CvInfos.cpp(13751) : error C2614: 'CvLeaderHeadInfo' : illegal member initialization: 'm_iDominationVictoryWeight' is not a base or member
1>CvInfos.cpp(13751) : error C2614: 'CvLeaderHeadInfo' : illegal member initialization: 'm_iConquestVictoryWeight' is not a base or member
1>CvInfos.cpp(13751) : error C2614: 'CvLeaderHeadInfo' : illegal member initialization: 'm_iSpaceVictoryWeight' is not a base or member
1>CvInfos.cpp(13751) : error C2614: 'CvLeaderHeadInfo' : illegal member initialization: 'm_iCultureVictoryWeight' is not a base or member
1>CvInfos.cpp(13852) : error C2039: 'getCultureVictoryWeight' : is not a member of 'CvLeaderHeadInfo'
1>        c:\Program Files\CvGameCoreDLL\CvInfos.h(3466) : see declaration of 'CvLeaderHeadInfo'
1>CvInfos.cpp(13853) : error C2270: 'getCultureVictoryWeight' : modifiers not allowed on nonmember functions
1>CvInfos.cpp(13854) : error C2065: 'm_iCultureVictoryWeight' : undeclared identifier
1>CvInfos.cpp(13857) : error C2039: 'getSpaceVictoryWeight' : is not a member of 'CvLeaderHeadInfo'
1>        c:\Program Files\CvGameCoreDLL\CvInfos.h(3466) : see declaration of 'CvLeaderHeadInfo'
1>CvInfos.cpp(13858) : error C2270: 'getSpaceVictoryWeight' : modifiers not allowed on nonmember functions
1>CvInfos.cpp(13859) : error C2065: 'm_iSpaceVictoryWeight' : undeclared identifier
1>CvInfos.cpp(13862) : error C2039: 'getConquestVictoryWeight' : is not a member of 'CvLeaderHeadInfo'
1>        c:\Program Files\CvGameCoreDLL\CvInfos.h(3466) : see declaration of 'CvLeaderHeadInfo'
1>CvInfos.cpp(13863) : error C2270: 'getConquestVictoryWeight' : modifiers not allowed on nonmember functions
1>CvInfos.cpp(13864) : error C2065: 'm_iConquestVictoryWeight' : undeclared identifier
1>CvInfos.cpp(13867) : error C2039: 'getDominationVictoryWeight' : is not a member of 'CvLeaderHeadInfo'
1>        c:\Program Files\CvGameCoreDLL\CvInfos.h(3466) : see declaration of 'CvLeaderHeadInfo'
1>CvInfos.cpp(13868) : error C2270: 'getDominationVictoryWeight' : modifiers not allowed on nonmember functions
1>CvInfos.cpp(13869) : error C2065: 'm_iDominationVictoryWeight' : undeclared identifier
1>CvInfos.cpp(13872) : error C2039: 'getDiplomacyVictoryWeight' : is not a member of 'CvLeaderHeadInfo'
1>        c:\Program Files\CvGameCoreDLL\CvInfos.h(3466) : see declaration of 'CvLeaderHeadInfo'
1>CvInfos.cpp(13873) : error C2270: 'getDiplomacyVictoryWeight' : modifiers not allowed on nonmember functions
1>CvInfos.cpp(13874) : error C2065: 'm_iDiplomacyVictoryWeight' : undeclared identifier
1>CvInfos.cpp(14332) : error C3861: 'm_iCultureVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14333) : error C3861: 'm_iSpaceVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14334) : error C3861: 'm_iConquestVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14335) : error C3861: 'm_iDominationVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14336) : error C3861: 'm_iDiplomacyVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14493) : error C3861: 'm_iCultureVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14494) : error C3861: 'm_iSpaceVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14495) : error C3861: 'm_iConquestVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14496) : error C3861: 'm_iDominationVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14497) : error C3861: 'm_iDiplomacyVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14617) : error C3861: 'm_iCultureVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14618) : error C3861: 'm_iSpaceVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14619) : error C3861: 'm_iConquestVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14620) : error C3861: 'm_iDominationVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(14621) : error C3861: 'm_iDiplomacyVictoryWeight': identifier not found, even with argument-dependent lookup
1>CvInfos.cpp(18395) : error C2614: 'CvEraInfo' : illegal member initialization: 'm_iTechCostModifier' is not a base or member
1>CvInfos.cpp(18474) : error C2039: 'getTechCostModifier' : is not a member of 'CvEraInfo'
1>        c:\Program Files\CvGameCoreDLL\CvInfos.h(5160) : see declaration of 'CvEraInfo'
1>CvInfos.cpp(18475) : error C2270: 'getTechCostModifier' : modifiers not allowed on nonmember functions
1>CvInfos.cpp(18476) : error C2065: 'm_iTechCostModifier' : undeclared identifier
1>CvInfos.cpp(18596) : error C3861: 'm_iTechCostModifier': identifier not found, even with argument-dependent lookup
1>NMAKE : warning U4010: 'Debug\CvInfos.obj' : build failed; /K specified, continuing ...
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CvPlot.obj /c CvPlot.cpp
1>CvPlot.cpp
1>CvPlot.cpp(52) : error C2065: 'm_abIsTeamBorderCache' : undeclared identifier
1>CvPlot.cpp(99) : error C3861: 'm_abIsTeamBorderCache': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(99) : error C2541: 'delete' : cannot delete objects that are not pointers
1>CvPlot.cpp(99) : error C3861: 'm_abIsTeamBorderCache': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(99) : error C3861: 'm_abIsTeamBorderCache': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(236) : error C2065: 'm_bIsActivePlayerNoDangerCache' : undeclared identifier
1>CvPlot.cpp(240) : error C3861: 'm_abIsTeamBorderCache': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(2551) : error C2660: 'CvUnit::isBetterDefenderThan' : function does not take 3 arguments
1>CvPlot.cpp(2908) : error C2039: 'isHasPathToEnemyCity' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(2918) : error C2227: left of '->getNumCities' must point to class/struct/union
1>        type is ''unknown-type''
1>CvPlot.cpp(2918) : error C3861: 'area': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(2918) : error C3861: 'area': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(2929) : error C2065: 'teamStepValid' : undeclared identifier
1>CvPlot.cpp(2945) : error C3861: 'area': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(2947) : error C3861: 'getX_INLINE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(2947) : error C3861: 'getY_INLINE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(2968) : error C3861: 'area': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(2970) : error C3861: 'getX_INLINE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(2970) : error C3861: 'getY_INLINE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(2987) : error C2039: 'isHasPathToPlayerCity' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(2996) : error C2227: left of '->getCitiesPerPlayer' must point to class/struct/union
1>        type is ''unknown-type''
1>CvPlot.cpp(2996) : error C3861: 'area': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3007) : error C3861: 'teamStepValid': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3014) : error C3861: 'area': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3016) : error C3861: 'getX_INLINE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3016) : error C3861: 'getY_INLINE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3030) : error C2039: 'calculatePathDistanceToPlot' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(3036) : error C3861: 'area': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3047) : error C3861: 'teamStepValid': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3052) : error C3861: 'getX_INLINE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3052) : error C3861: 'getY_INLINE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3075) : error C2039: 'isActivePlayerNoDangerCache' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(3076) : error C2270: 'isActivePlayerNoDangerCache' : modifiers not allowed on nonmember functions
1>CvPlot.cpp(3077) : error C3861: 'm_bIsActivePlayerNoDangerCache': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3080) : error C2039: 'isTeamBorderCache' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(3081) : error C2270: 'isTeamBorderCache' : modifiers not allowed on nonmember functions
1>CvPlot.cpp(3082) : error C3861: 'm_abIsTeamBorderCache': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3085) : error C2039: 'setIsActivePlayerNoDangerCache' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(3088) : error C3861: 'm_bIsActivePlayerNoDangerCache': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3091) : error C2039: 'setIsTeamBorderCache' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(3094) : error C3861: 'm_abIsTeamBorderCache': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(3097) : error C2039: 'invalidateIsTeamBorderCache' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(3103) : error C3861: 'm_abIsTeamBorderCache': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(4053) : error C2511: 'CvArea *CvPlot::waterArea(bool) const' : overloaded member function not found in 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(4987) : error C2065: 'DANGER_RANGE' : undeclared identifier
1>CvPlot.cpp(4987) : error C3861: 'DANGER_RANGE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(4989) : error C3861: 'DANGER_RANGE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(4989) : error C3861: 'DANGER_RANGE': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(4995) : error C2039: 'invalidateIsTeamBorderCache' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(6110) : error C2511: 'int CvPlot::calculateImprovementYieldChange(ImprovementTypes,YieldTypes,PlayerTypes,bool,bool) const' : overloaded member function not found in 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(8845) : error C3861: 'm_bIsActivePlayerNoDangerCache': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(10075) : error C2039: 'countAirInterceptorsActive' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(10076) : error C2270: 'countAirInterceptorsActive' : modifiers not allowed on nonmember functions
1>CvPlot.cpp(10079) : error C3861: 'headUnitNode': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(10083) : error C3861: 'nextUnitNode': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(10233) : error C2039: 'hasDefender' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvPlot.cpp(10234) : error C2270: 'hasDefender' : modifiers not allowed on nonmember functions
1>CvPlot.cpp(10238) : error C3861: 'headUnitNode': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(10242) : error C3861: 'nextUnitNode': identifier not found, even with argument-dependent lookup
1>CvPlot.cpp(10248) : error C2673: 'hasDefender' : global functions do not have 'this' pointers
1>CvPlot.cpp(10248) : error C2673: 'hasDefender' : global functions do not have 'this' pointers
1>CvPlot.cpp(10250) : error C2673: 'hasDefender' : global functions do not have 'this' pointers
1>CvPlot.cpp(10250) : error C2673: 'hasDefender' : global functions do not have 'this' pointers
1>NMAKE : warning U4010: 'Debug\CvPlot.obj' : build failed; /K specified, continuing ...
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CvUnit.obj /c CvUnit.cpp
1>CvUnit.cpp
1>CvUnit.cpp(850) : error C2039: 'getBBAI_AIR_COMBAT' : is not a member of 'CvGlobals'
1>        c:\Program Files\CvGameCoreDLL\CvGlobals.h(134) : see declaration of 'CvGlobals'
1>CvUnit.cpp(1150) : error C2039: 'getCOMBAT_DIE_SIDES' : is not a member of 'CvGlobals'
1>        c:\Program Files\CvGameCoreDLL\CvGlobals.h(134) : see declaration of 'CvGlobals'
1>CvUnit.cpp(1821) : error C2511: 'bool CvUnit::isBetterDefenderThan(const CvUnit *,const CvUnit *,int *) const' : overloaded member function not found in 'CvUnit'
1>        c:\Program Files\CvGameCoreDLL\CvUnit.h(67) : see declaration of 'CvUnit'
1>CvUnit.cpp(2619) : error C2039: 'hasDefender' : is not a member of 'CvPlot'
1>        c:\Program Files\CvGameCoreDLL\CvPlot.h(30) : see declaration of 'CvPlot'
1>CvUnit.cpp(4771) : error C2039: 'getCOMBAT_DIE_SIDES' : is not a member of 'CvGlobals'
1>        c:\Program Files\CvGameCoreDLL\CvGlobals.h(134) : see declaration of 'CvGlobals'
1>CvUnit.cpp(8617) : error C2660: 'CvUnit::isBetterDefenderThan' : function does not take 3 arguments
1>CvUnit.cpp(9632) : error C2039: 'getWAR_SUCCESS_CITY_CAPTURING' : is not a member of 'CvGlobals'
1>        c:\Program Files\CvGameCoreDLL\CvGlobals.h(134) : see declaration of 'CvGlobals'
1>CvUnit.cpp(12046) : error C2039: 'getCOMBAT_DIE_SIDES' : is not a member of 'CvGlobals'
1>        c:\Program Files\CvGameCoreDLL\CvGlobals.h(134) : see declaration of 'CvGlobals'
1>CvUnit.cpp(12710) : error C2039: 'getCOMBAT_DIE_SIDES' : is not a member of 'CvGlobals'
1>        c:\Program Files\CvGameCoreDLL\CvGlobals.h(134) : see declaration of 'CvGlobals'
1>CvUnit.cpp(12719) : error C2039: 'getCOMBAT_DIE_SIDES' : is not a member of 'CvGlobals'
1>        c:\Program Files\CvGameCoreDLL\CvGlobals.h(134) : see declaration of 'CvGlobals'
1>CvUnit.cpp(12719) : error C2780: 'const _Ty &std::min(const _Ty &,const _Ty &,_Pr)' : expects 3 arguments - 2 provided
1>        C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\xutility(1265) : see declaration of 'std::min'
1>CvUnit.cpp(12731) : error C2039: 'getCOMBAT_DIE_SIDES' : is not a member of 'CvGlobals'
1>        c:\Program Files\CvGameCoreDLL\CvGlobals.h(134) : see declaration of 'CvGlobals'
1>CvUnit.cpp(12731) : error C2780: 'const _Ty &std::max(const _Ty &,const _Ty &,_Pr)' : expects 3 arguments - 2 provided
1>        C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\xutility(1250) : see declaration of 'std::max'
1>CvUnit.cpp(12743) : error C2039: 'getCOMBAT_DAMAGE' : is not a member of 'CvGlobals'
1>        c:\Program Files\CvGameCoreDLL\CvGlobals.h(134) : see declaration of 'CvGlobals'
1>CvUnit.cpp(12743) : error C2780: 'const _Ty &std::max(const _Ty &,const _Ty &,_Pr)' : expects 3 arguments - 2 provided
1>        C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\xutility(1250) : see declaration of 'std::max'
1>CvUnit.cpp(12744) : error C2039: 'getCOMBAT_DAMAGE' : is not a member of 'CvGlobals'
1>        c:\Program Files\CvGameCoreDLL\CvGlobals.h(134) : see declaration of 'CvGlobals'
1>CvUnit.cpp(12744) : error C2780: 'const _Ty &std::max(const _Ty &,const _Ty &,_Pr)' : expects 3 arguments - 2 provided
1>        C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\xutility(1250) : see declaration of 'std::max'
1>CvUnit.cpp(13130) : error C2660: 'CvUnit::isBetterDefenderThan' : function does not take 3 arguments
1>CvUnit.cpp(13135) : error C2039: 'LFBisBetterDefenderThan' : is not a member of 'CvUnit'
1>        c:\Program Files\CvGameCoreDLL\CvUnit.h(67) : see declaration of 'CvUnit'
1>CvUnit.cpp(13136) : error C2270: 'LFBisBetterDefenderThan' : modifiers not allowed on nonmember functions
1>CvUnit.cpp(13142) : error C3861: 'LFBgetDefenderRank': identifier not found, even with argument-dependent lookup
1>CvUnit.cpp(13147) : error C2039: 'LFBgetDefenderRank' : is not a member of 'CvUnit'
1>        c:\Program Files\CvGameCoreDLL\CvUnit.h(67) : see declaration of 'CvUnit'
1>CvUnit.cpp(13152) : error C2673: 'LFBisBetterDefenderThan' : global functions do not have 'this' pointers
1>CvUnit.cpp(13167) : error C2039: 'LFBgetAttackerRank' : is not a member of 'CvUnit'
1>        c:\Program Files\CvGameCoreDLL\CvUnit.h(67) : see declaration of 'CvUnit'
1>CvUnit.cpp(13168) : error C2270: 'LFBgetAttackerRank' : modifiers not allowed on nonmember functions
1>CvUnit.cpp(13171) : error C2039: 'LFBgetDefenderOdds' : is not a member of 'CvUnit'
1>        c:\Program Files\CvGameCoreDLL\CvUnit.h(67) : see declaration of 'CvUnit'
1>CvUnit.cpp(13171) : error C2673: 'LFBgetAttackerRank' : global functions do not have 'this' pointers
1>CvUnit.cpp(13174) : error C3861: 'withdrawalProbability': identifier not found, even with argument-dependent lookup
1>CvUnit.cpp(13175) : error C3861: 'withdrawalProbability': identifier not found, even with argument-dependent lookup
1>CvUnit.cpp(13178) : error C3861: 'currCombatStr': identifier not found, even with argument-dependent lookup
1>CvUnit.cpp(13180) : error C3861: 'LFBgetValueAdjustedOdds': identifier not found, even with argument-dependent lookup
1>CvUnit.cpp(13186) : error C2039: 'LFBgetDefenderRank' : is not a member of 'CvUnit'
1>        c:\Program Files\CvGameCoreDLL\CvUnit.h(67) : see declaration of 'CvUnit'
1>CvUnit.cpp(13187) : error C2270: 'LFBgetDefenderRank' : modifiers not allowed on nonmember functions
1>CvUnit.cpp(13187) : error C2365: 'LFBgetDefenderRank' : redefinition; previous definition was a 'formerly unknown identifier'
1>CvUnit.cpp(13188) : error C3861: 'LFBgetDefenderOdds': identifier not found, even with argument-dependent lookup
1>CvUnit.cpp(13190) : error C3861: 'maxHitPoints': identifier not found, even with argument-dependent lookup
1>CySelectionGroup.cpp(169) : error C2039: 'isStranded' : is not a member of 'CvSelectionGroup'
1>        c:\Program Files\CvGameCoreDLL\CvSelectionGroup.h(16) : see declaration of 'CvSelectionGroup'
1>NMAKE : warning U4010: 'Debug\CySelectionGroup.obj' : build failed; /K specified, continuing ...
1>NMAKE : warning U4011: 'Debug\CvGameCoreDLL.dll' : not all dependents available; target not built
1>NMAKE : warning U4011: 'Debug' : not all dependents available; target not built
1>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
1>Build log was saved at "file://c:\Program Files\CvGameCoreDLL\Debug\BuildLog.htm"
1>CvGameCoreDLL - 194 error(s), 9 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I cut out some of the code to post it. I looked at the errors in the files and they seemed OK.
 
Clearly the merging wasn't successful :dunno:

Care to post your source files and maybe a link to the Air Combat Experience mod?
 
Clearly the merging wasn't successful :dunno:

Care to post your source files and maybe a link to the Air Combat Experience mod?

I have attached the source files I used. Some are obviously the BTS core files.
and weren't changed.

Air Combat Experience Mod Thread

I looked to see if anybody else has included this the ACE MOD in their mod for some tips on compiling, but a search yielded no results so far. However, Tripod may have made a mod merging the two, but I can't find it. I will pm Tripod.
 
It seems to me that line 3 of that log could be rather important: "error running fastdep".

If the thing that checks the dependencies for the build fails, then how sure are you that the build is being done correctly?
 
It seems to me that line 3 of that log could be rather important: "error running fastdep".

If the thing that checks the dependencies for the build fails, then how sure are you that the build is being done correctly?

Nice catch! :goodjob:

@stolenrays - try a rebuild?
 
Well I recopied the bts source files and then merged them with the modified files and tried to build.

It is defeninetly not something wrong installed because I can build Better BTS AI from the source code. Something was probabaly missing before, because now I just get 7 errors with my attempted build. I'm still not sure what they mean though:

Code:
1>------ Build started: Project: CvGameCoreDLL, Configuration: Debug Win32 ------
1>Performing Makefile project actions
1>Error running fastdep.
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyGlobalContextInterface2.obj /c CyGlobalContextInterface2.cpp
1>CyGlobalContextInterface2.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyGlobalContextInterface3.obj /c CyGlobalContextInterface3.cpp
1>CyGlobalContextInterface3.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyGlobalContextInterface4.obj /c CyGlobalContextInterface4.cpp
1>CyGlobalContextInterface4.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyHallOfFameInfo.obj /c CyHallOfFameInfo.cpp
1>CyHallOfFameInfo.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyHallOfFameInterface.obj /c CyHallOfFameInterface.cpp
1>CyHallOfFameInterface.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyInfoInterface1.obj /c CyInfoInterface1.cpp
1>CyInfoInterface1.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyInfoInterface2.obj /c CyInfoInterface2.cpp
1>CyInfoInterface2.cpp
1>CyInfoInterface2.cpp(249) : error C2039: 'getAirBombDefense' : is not a member of 'CvRouteInfo'
1>        c:\Program Files\CvGameCoreDLL2\CvInfos.h(2725) : see declaration of 'CvRouteInfo'
1>CyInfoInterface2.cpp(244) : error C2065: 'getAirBombDefense' : undeclared identifier
1>CyInfoInterface2.cpp(244) : error C2228: left of '.def' must have class/struct/union type
1>CyInfoInterface2.cpp(244) : error C2228: left of '.def' must have class/struct/union type
1>CyInfoInterface2.cpp(244) : error C2228: left of '.def' must have class/struct/union type
1>CyInfoInterface2.cpp(244) : error C2228: left of '.def' must have class/struct/union type
1>NMAKE : warning U4010: 'Debug\CyInfoInterface2.obj' : build failed; /K specified, continuing ...
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyInfoInterface3.obj /c CyInfoInterface3.cpp
1>CyInfoInterface3.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyMap.obj /c CyMap.cpp
1>CyMap.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyMapGenerator.obj /c CyMapGenerator.cpp
1>CyMapGenerator.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyMapGeneratorInterface.obj /c CyMapGeneratorInterface.cpp
1>CyMapGeneratorInterface.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyMapInterface.obj /c CyMapInterface.cpp
1>CyMapInterface.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyMessageControl.obj /c CyMessageControl.cpp
1>CyMessageControl.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyMessageControlInterface.obj /c CyMessageControlInterface.cpp
1>CyMessageControlInterface.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyPlayer.obj /c CyPlayer.cpp
1>CyPlayer.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyPlayerInterface1.obj /c CyPlayerInterface1.cpp
1>CyPlayerInterface1.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyPlayerInterface2.obj /c CyPlayerInterface2.cpp
1>CyPlayerInterface2.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyPlot.obj /c CyPlot.cpp
1>CyPlot.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyPlotInterface1.obj /c CyPlotInterface1.cpp
1>CyPlotInterface1.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyRandomInterface.obj /c CyRandomInterface.cpp
1>CyRandomInterface.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyReplayInfo.obj /c CyReplayInfo.cpp
1>CyReplayInfo.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CySelectionGroup.obj /c CySelectionGroup.cpp
1>CySelectionGroup.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CySelectionGroupInterface.obj /c CySelectionGroupInterface.cpp
1>CySelectionGroupInterface.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyStructsInterface1.obj /c CyStructsInterface1.cpp
1>CyStructsInterface1.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyTeam.obj /c CyTeam.cpp
1>CyTeam.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyTeamInterface.obj /c CyTeamInterface.cpp
1>CyTeamInterface.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyUnit.obj /c CyUnit.cpp
1>CyUnit.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\CyUnitInterface1.obj /c CyUnitInterface1.cpp
1>CyUnitInterface1.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\FAssert.obj /c FAssert.cpp
1>FAssert.cpp
1> "C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /Od /D_DEBUG /RTC1 /Fp"Debug\CvGameCoreDLL.pch" /GR /Gy /W3 /EHsc /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" /FoDebug\FDialogTemplate.obj /c FDialogTemplate.cpp
1>FDialogTemplate.cpp
1> "C:\Program Files\WindowsSDK\bin\rc.exe" /FoDebug\CvGameCoreDLL.res /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\WindowsSDK/Include" /I"C:\Program Files\WindowsSDK/Include/mfc" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\CvGameCoreDLL\Python24/include" CvGameCoreDLL.rc
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>NMAKE : warning U4011: 'Debug\CvGameCoreDLL.dll' : not all dependents available; target not built
1>NMAKE : warning U4011: 'Debug' : not all dependents available; target not built
1>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
1>Build log was saved at "file://c:\Program Files\CvGameCoreDLL2\Debug\BuildLog.htm"
1>CvGameCoreDLL - 7 error(s), 3 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
I'm having more success trying to compile RevDCM and ACE, but still get the following error.

Code:
1>------ Build started: Project: CvGameCoreDLL, Configuration: Debug Win32 ------
1>Performing Makefile project actions
1> "C:\Program Files\Microsoft Platform SDK\bin\rc.exe" /FoDebug\CvGameCoreDLL.res /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\Microsoft Platform SDK/Include" /I"C:\Program Files\Microsoft Platform SDK/Include/mfc" CvGameCoreDLL.rc
1>'C:\Program' is not recognized as an internal or external command,
1>operable program or batch file.
1>NMAKE : warning U4010: 'Debug\CvGameCoreDLL.res' : build failed; /K specified, continuing ...
1>NMAKE : warning U4011: 'Debug\CvGameCoreDLL.dll' : not all dependents available; target not built
1>NMAKE : warning U4011: 'Debug' : not all dependents available; target not built
1>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
1>Build log was saved at "file://c:\Program Files\CvGameCoreDLL319\Debug\BuildLog.htm"
1>CvGameCoreDLL - 1 error(s), 3 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
Code:
 error C2039: 'getAirBombDefense' : is not a member of 'CvRouteInfo'
It seems that you didn't merge CvInfos.h correctly (which means that there were probably other files you did not merge correctly, since otherwise you would have gotten more errors).

In the files you previously merged, the CvInfos.h does contain the missing field. Does it contain it now?



As for the 2nd error - your path there seems incorrect. At least according to the output in the previous post, the PSDK path should be:
Code:
C:\Program Files\WindowsSDK
And not
Code:
C:\Program Files\Microsoft Platform SDK

So the makefile you use there seems to be incorrect.
 
OK, thanks. I'm slowly learning the code syntax and the errors. Hopefully that should fix things.

Update: That path correction was all that was missing for the merge of REVDCM and AirCombat Experience. I actually don't want everything in the REVDCM so I guess if I just remove the code I don't want I should be fine?
 
OK, I can successfully compile the .dll and I was able to merge RevDCM with ACE, defender withdrawal, and occasional promotions, but now there are no unit command buttons on the interface. I've searched and read dozens of threads, but nothing seemed to work that was suggested. Everything else works fine in the mod though.
 
The Python that does that part of the interface is probably trying to check something that you removed from the DLL and therefore failing.

In any case, since that is all done in Python, check PythonErr.log.
 
Top Bottom