Page 1 of 1

Qfusion

Posted: Mon Jan 25, 2010 9:41 pm
by franqutrass
Hello, again about "Qfusion" The question is: how can I copil with DEV C + +?, why i try copil and sendme a error.

thanks

Re: Qfusion

Posted: Wed Jan 27, 2010 9:26 pm
by Chip
franqutrass wrote:Hello, again about "Qfusion" The question is: how can I copil with DEV C + +?, why i try copil and sendme a error.

thanks
Well, obviously, copy/paste the error here. If there are more compilation errors, post the first 3 only. Someone will figure out what's going on from the first ones.

Posted: Wed Jan 27, 2010 9:47 pm
by mh
Rule 1 is always "if you get an error message tell us what the error message was". :wink:

Posted: Thu Jan 28, 2010 1:13 am
by franqutrass
that what makes the game work is the file "game_x86.dll" truth?
another question,what program can I use for compil the source code of "Qfusion"
please send me the answer to my mail: stickgun@homtail.com

thanks :)

Posted: Thu Jan 28, 2010 10:43 am
by Chip
franqutrass wrote:that what makes the game work is the file "game_x86.dll" truth?
another question,what program can I use for compil the source code of "Qfusion"
please send me the answer to my mail: stickgun@homtail.com

thanks :)
Why not write the answer here? You already said you are using DEVC++. You also said you have an error. Do please copy the error here.

If the source isn't using MFC, you might as well use Visual C++ Express.

Posted: Thu Jan 28, 2010 11:14 am
by mh
Chip wrote:
franqutrass wrote:that what makes the game work is the file "game_x86.dll" truth?
another question,what program can I use for compil the source code of "Qfusion"
please send me the answer to my mail: stickgun@homtail.com

thanks :)
Why not write the answer here? You already said you are using DEVC++. You also said you have an error. Do please copy the error here.

If the source isn't using MFC, you might as well use Visual C++ Express.
Agreed. Sharing problems means sharing solutions means everybody wins.

+1 for VC++ Express too. Dev-C++ is well outdated by now and - while it was fine in it's time - I really wouldn't touch it nowadays.

Posted: Thu Jan 28, 2010 9:32 pm
by franqutrass
and a question as I copil the source code in the file "game" with "VC + + Express"

Here is the source code:

http://sourceforge.net/projects/l33t/fi ... p/download

unzip it and in the game folder is where the source code.

Posted: Fri Jan 29, 2010 3:11 am
by qbism
If I understand you, open the qfusion.vcproj with VC++ Express and it will convert the project to a ".sln" file. It will also automatically convert game and cgame. From there, you can choose to compile game.

Compatibility with DevC++ is possibly broken in qfusion version 10. Try downloading qfusion version 7 if you want to try.