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

Title: Help with compiling the source
Post 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.
Title: Help with compiling the source
Post by: FreeTerran on August 22, 2004, 10:45:22 am
could you post some of the errors ?
Title: Help with compiling the source
Post by: Overlord on August 22, 2004, 10:57:06 am
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
Title: Help with compiling the source
Post by: phreak on August 22, 2004, 11:04:42 am
looks like you need to change the include directory path.
Title: Help with compiling the source
Post by: Darkhill on August 26, 2004, 10:07:30 pm
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.
Title: Help with compiling the source
Post by: Overlord on August 27, 2004, 07:50:21 am
Where can i get a VC6-Trial?
Title: Help with compiling the source
Post by: Inquisitor on August 27, 2004, 09:29:13 am
follow WMCoolmon's instrcutions for hte free .NET compiler (sticky in this forum).