jokulmorder
Chieftain
- Joined
- Nov 1, 2009
- Messages
- 81
Originally posted on SO:
http://stackoverflow.com/questions/16804221/need-to-know-if-this-will-compile-correctly-with-current-windows-sdk
^^I now know the last part is impossible
I can't use the 6.0a SDK because it is too old for my OS (Vista). I do have 8.0a set up though. Do I have to run this in a virtual machine to get it to build properly? That would really be a pain if I can avoid it.
http://stackoverflow.com/questions/16804221/need-to-know-if-this-will-compile-correctly-with-current-windows-sdk
I'm trying to create a mod for Civilization 4 and want to modify the DLL. I have all the sources, but the game was made back when Microsoft SDK 6.0a was out. I have a makefile for this and all the necessary libraries for compilation, but will the 8.0a SDK work for compiling this project? The tutorial I was looking is here but it seemed like a lot of needless hoops when I can just run the makefile in command line.
I have Visual Studio 2010 if there are any flags or anything I can set to make my life easier, or if there is a simple way to import this project to the .NET framework.
^^I now know the last part is impossible
I can't use the 6.0a SDK because it is too old for my OS (Vista). I do have 8.0a set up though. Do I have to run this in a virtual machine to get it to build properly? That would really be a pain if I can avoid it.