Search found 2 matches

by bloodyshade
Wed Mar 03, 2010 8:52 am
Forum: Programming and Development
Topic: [Error] Compiling the svn under windows
Replies: 2
Views: 420

Hello.

Fun, I checked the Windows state of the code a few days ago :)


If you are using Microsoft's Visual Studio, for the linking issues, three files are missing from the project: "server/party.c", "server/quest.c" and "server/knowledge.c". Adding those should link properly.


With the ancient ...
by bloodyshade
Tue Mar 02, 2010 4:24 am
Forum: Programming and Development
Topic: [Error] Compiling the svn under windows
Replies: 2
Views: 420

[Error] Compiling the svn under windows

Hi guys, new here :)

So I'm trying to build crossfire32.exe under windows, but I'm getting some problems.
First I had some trouble with several files, because they were more or less non-windows friendly, at least for MSVC.

So I changed what was needed and got it almost to the end.
What I changed ...