Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Overlord on August 22, 2004, 10:16:46 am
-
Can someone help me with compiling the cvs.
I have VC++2005 and i don't know how to compile, there come over 200 (!) errors.
-
could you post some of the errors ?
-
I think VC2005 is not set correctly up. These errors are mainly "File not found"-errors, but the files exist.
Here is the buildlog:
http://www.overlords-from-hell.de/buildlog.htm
-
looks like you need to change the include directory path.
-
Your best bet is to get ahold of VC6 to compile the code with. When I first started playing around with code I tried it on VS.NET 2004, I got around 500 errors. There are a couple of graphics function calls that they partly expand and I guess its not ANSI. Compiling with VC6 it went the first time.
-
Where can i get a VC6-Trial?
-
follow WMCoolmon's instrcutions for hte free .NET compiler (sticky in this forum).