Qfusion

Discuss programming topics for any language, any source base. If it is programming related but doesn't fit in one of the below categories, it goes here.
Post Reply
franqutrass
Posts: 69
Joined: Wed Dec 30, 2009 6:29 pm
Location: peru
Contact:

Qfusion

Post 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
hello
Chip
Posts: 575
Joined: Wed Jan 21, 2009 9:12 am
Location: Dublin, Ireland
Contact:

Re: Qfusion

Post 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.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays

Fear not the dark, but what the dark hides.
mh
Posts: 2292
Joined: Sat Jan 12, 2008 1:38 am

Post by mh »

Rule 1 is always "if you get an error message tell us what the error message was". :wink:
We had the power, we had the space, we had a sense of time and place
We knew the words, we knew the score, we knew what we were fighting for
franqutrass
Posts: 69
Joined: Wed Dec 30, 2009 6:29 pm
Location: peru
Contact:

Post 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 :)
hello
Chip
Posts: 575
Joined: Wed Jan 21, 2009 9:12 am
Location: Dublin, Ireland
Contact:

Post 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.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays

Fear not the dark, but what the dark hides.
mh
Posts: 2292
Joined: Sat Jan 12, 2008 1:38 am

Post 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.
We had the power, we had the space, we had a sense of time and place
We knew the words, we knew the score, we knew what we were fighting for
franqutrass
Posts: 69
Joined: Wed Dec 30, 2009 6:29 pm
Location: peru
Contact:

Post 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.
hello
qbism
Posts: 1236
Joined: Thu Nov 04, 2004 5:51 am
Contact:

Post 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.
Post Reply