Is anyone getting load errors. I can't post something and I want to know if its me or its Albert's WIP stuff
What errors do you get?
Is anyone getting load errors. I can't post something and I want to know if its me or its Albert's WIP stuff
Code:#### Civilization 4 SDK Makefile 1.0 #### #### Copyright 2010 Danny Daemonic #### ######################################### #### Paths #### TOOLKIT=H:\c2cbuild\Vc7 COMPILER_TOOLKIT=$(TOOLKIT) SUB_DLL_COMPILER_TOOLKIT=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC PSDK=H:\c2cbuild\Microsoft SDKs\Windows\v6.0 CIVINSTALL=C:\Program Files (x86)\Firaxis Games\Sid Meier's Civilization 4\Beyond the Sword GLOBALBOOST=$(CIVINSTALL)\CvGameCoreDLL\Boost-1.32.0 GLOBALPYTHON=$(CIVINSTALL)\CvGameCoreDLL\Python24 TORTOISE="C:\Program files\TortoiseSVN" ## Uncomment to have newly compiled dlls copied to your mod's Assets directory #YOURMOD=C:\Users\Danny\Documents\My Games\beyond the sword\MODS\MyMod
That is strange can you please post the error from the log.
Sure. The errors are clearly related to not having the correct toolkit somewhere.
I knew i forgot something the windows sdk does not include the sal.h.
I attached the one from Vs 2008 copy it to WindowsSDK\include and it sould work.
albert, is it necessary anymore to add entries to the schemas when adding new tags to the XML? Or is that all handled by the new XML read code in the DLL already?