WildWeazel
Carthago Creanda Est
Thanks for the info Kael!
RogerBacon said:Now that I'm looking at the files I realize it's been about 5 years since I did an yserious C++ programming. This is going to take awhile.![]()
Roger Bacon
IVZanIV said:I am trying to install the Platform SDK, but I keep getting an error... It won't install it... Any ideas?
Build Log said:CvArea.cpp
c:\Program Files\Firaxis Games\Sid Meier's Civilization 4\CvGameCoreDLL_v161\CvGameCoreDLL\CvGameCoreDLL.h(15) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Process terminated with status 1 (0 minutes, 4 seconds)
1 errors, 0 warnings
Oni said:Having problems with step 2.. specifically where are
msvcrt.lib and msvcrtd.lib
And I am hoping this is what is causing this error in the final build->build
Grey Fox said:I get this error when I try to install codeblock:
![]()
I get this error on all installations based on the Innosetup Installer
Anyone else not able to use installations based on it? (Freemind is another program that uses it).
And anyone that knows how to fix that error? To install Freemind I had to install it on another computer and copy the installed folder to my computer. And of course this wont work on all programs...
A Silly Goose said:Yaknow, Microsoft is currently offering the entirety of Visual Studio 2005 Express as a free download...
It won't compile using that, otherwise that would of been mentioned in the first post.A Silly Goose said:Yaknow, Microsoft is currently offering the entirety of Visual Studio 2005 Express as a free download...
Oni said:OK yeah I got those lib files now...
Still getting the error for no "windows.h" file
any ideas?
vbraun said:It won't compile using that, otherwise that would of been mentioned in the first post.![]()
If you want to jump right into the code, and change existing code, then the .cpp (class) file is all you'll need. You'll see a lot of boolean type functions (like isXYZ). Those have return statements. Try putting a return true (or false) on the first line (after the { bracket). Compile it (it takes a few minutes), then replace the new dll with the old CvCoreDLL file. (make a backup first!)
Agent 009 said:Are you sure it is neccesary to replace the CvGameCoreDLL.dll? I was thinking it would be theoretically possible to just place your new .dll into your mod's Asset folder.
Agent 009 said:EDIT: Another question... How do you get this compiler to not be read only? I cannot edit anything at present for some reason and since I've never used this program... I have no idea how to turn it off.![]()