Problems with DLL

WilliamOfOrange

Emperor
Joined
Jul 17, 2003
Messages
1,014
Location
Lincolnshire, UK
I am having difficulty compiling the DLL after downloading from Tortoise. Could someone please provide some steps to make this work. I can get things to compile with other mods, and stuff I have done, but not with C2C.
 
I am having difficulty compiling the DLL after downloading from Tortoise. Could someone please provide some steps to make this work. I can get things to compile with other mods, and stuff I have done, but not with C2C.

Using the C2C makefile and project file is crucial . The makefile also has an included file that contains all local environment settings (MakefilePaths). You need to edit that to suit your local installation paths of various thing (the MS SDK etc.).

Can you clarify what sort of errors you are seeing and when (failure to load the project in Visual studio, failure to execute a build successful, ...?)
 
Using the C2C makefile and project file is crucial . The makefile also has an included file that contains all local environment settings (MakefilePaths). You need to edit that to suit your local installation paths of various thing (the MS SDK etc.).

Can you clarify what sort of errors you are seeing and when (failure to load the project in Visual studio, failure to execute a build successful, ...?)

It is actually the MakeFilePaths that are important in C2C, the old paths in the makefile are simply commented out so changing those won't help.
 
I've been away from Civ for a while...I cannot remember where I left off. I will get the new files and start from scratch.
 
Back
Top Bottom