Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: ed on October 28, 2007, 09:16:15 am

Title: Linker errors when building fs2_open
Post by: ed on October 28, 2007, 09:16:15 am
First of all, some introductions. I'm (hopefully) going to be helping out RazorsKiss on the Fringespace mod (http://fringespace.org/index.php), mainly doing features/gameplay coding - I might also have a look at the multi-player network code.

Anyways, I have been trying to get the code and build it so I can have a play around/look at the code. I'm using Visual Studio 2005 Pro.


I cant seem to find any function definitions for these functions in code - am I missing a library or something?
Title: Re: Linker errors when building fs2_open
Post by: phreak on October 28, 2007, 11:09:46 am
add the following files to the 'code' project

Title: Re: Linker errors when building fs2_open
Post by: ed on October 28, 2007, 01:11:07 pm
Sweet, builds now! How come those files aren't part of the project?
Title: Re: Linker errors when building fs2_open
Post by: karajorma on October 28, 2007, 01:19:10 pm
Cause they were added only a week or two ago by a coder who (I presume) uses VC6 and no one had updated the 2005 project file.
Title: Re: Linker errors when building fs2_open
Post by: taylor on October 28, 2007, 02:09:34 pm
Yeah, I only use VC6 (under Wine, since I don't run Windows) so those are the only project files that I can update.