CvGameCoreDLL compiling problems

citis

Deity
Joined
Jul 8, 2011
Messages
2,481
I modified some modifiers in the files of the folder and the only thing I need it's compiling. The mod is official, so there isn't any doubt that it works. I just changed some numbers, I know that the files are working, there isn't any error.

However, creating the DLL file from the folder is a real nightmare. I followed the instructions in "How to Install the SDK", I download anything need, modified the ''makefile''. There weren't any instructions about what to do next. I suppose that I should follow the section "Compiling the Command Prompt". When I did it said that some #include files where missing. I didn't change any include file. What can I do? I just wanted to modify some numbers of a mod (and unfortunately they weren't in python)...
 
my compiler said that the line:

HTML:
szString.append(L"{}~\\ίΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΨΩΪΫάέήŸίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώΏ΅«»°ŠŒŽšœž™©®€£Ά”‘“…’");

in the CvGameTextMgr.cpp has invalid characters. Can anyone help? :help:
 
Afaik it's easiest if you have Visual Studio .NET 2003, as that's what the civ4 devs used.
For other compilers you have to do some tricky stuff, afaik.

Wrong forum anyway, you should look around in the "creation & customization" forums for the correct place to post that question.
 
Thank you! My windows doesn't want to install Visual Studio .Net 2003 :'( My computer's language is greek, does this cause problems? I don't know how to move the thread.
 
Back
Top Bottom