Zebra 9
Emperor
Well my problem is that when I run the instal exe for the Platform SDK, it can't find some certain files.
Now your saying copy the libs into the lib directory?
Now your saying copy the libs into the lib directory?
GraveEatr said:I figured it out. For some reason the default CvInfos.cpp from the Warlords CD was messed up, and giving me those errors. I fixed the file, and all seems to be compiling well.
Yeah, right now I'm just testing the compiler, just to get a feel for it.
Copying all the SDK files and putting them into the MOD folder does seem like a good idea. Like you said, then all the files are there, and ready to compile.
Thanks for the help, I think I may have it now.![]()
Rod said:btw is the warlords sdk of the vanilla version (on cd) and the 2.08 patch version identically ?
MatzeHH said:First, the vanilla version had no SDK on it's DVD, the SDK came with patch 1.61 for download.
This was the one and only SDK for vanilla.
Second, there is a SDK on the Warlords CD which is very different from the vanilla SDK.
And third, the Warlords SDK was also updatet with patch 2.08, so it's different from 2.00.
Matze
Rod said:In anyway as the we need now a new sdk for the patched warlords version .. is there already any progress ?
Rod said:Hello,
I finally managed to install all the vc++ toolkit 2003 , the codeblocks, the microsoft platform sdk etc.
Now when I compiled the Vanilla Civ1.61 Sdk for testing i encountered following error. Already for two nights i am tinkering around , but no glue.
can somebody please help me ??
![]()
MatzeHH said:It is on the Warlords CD.
Matze
Chazcon said:Or rather, if I save the project per step 9, and then change .h and/or .cpp files, will opening the same project again work during compile?
Anthraxus899 said:CvGameCoreDLL.cpp
cl : Command line warning D4024 : unrecognized source file type 'EHsc', object file assumed
cl : Command line warning D4027 : source file 'EHsc' ignored
Erm... What did I do wrong and how can I fix it?
Anthraxus899 said:I put /EHsc, and there was no EHsc to begin with. Edit: Nvm, found it, was a ******** mistake on my part, was filling in the wrong area.
Spocko said:Sorry to sound like such a noob, but which file on the Warlords CD is the SDK? In the past, I've obtained (and subsequently tweaked and successfully compiled) the SDK after having downloaded a file from the web. I followed a link, downloaded a very big file, and voila, I have SDK without having to know anything about the filename.
To clarify, I downloaded the magic SDK file and saved it into a directory far away from the Civ4 directories - just so, as a noob, I would not accidentally overwrite something critical while I tweaked away at the SDK. Once I finished my tweaks, I'd just copy the dll over to my mod's assets folder and run it (with great success).
So, to recreate this wonderfully simple experience in finding the SDK for Warlords 2.08, is there a place on the web I can download it?
Thanks for your help.
Spocko
talchas said:Ah, these ops did it: "/SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF"