Im working on a project using the quake 3 gpl, and I need to find a way to covert the Visual studio 6 project file into a Bloodshed Dev-C++ project file. I have worked a lot with visual studio in the past, but my team wants to do this project with all gnu and gpl tools.
Replies
http://www.codeblocks.org/
Quake3 builds with GNU tools in Linux already. Maybe you could just develop your project on Linux? Or maybe you could massage the linux build-process to work under Cygwin?
You'd think someone would have created a dev-c++ project for Quake3 already, but cursory googling doesn't turn it up.
Good luck!
Then download Netbeans ( www.netbeans.org ) or Eclipse ( www.eclipse.org ) and try to import it...
But personally I would see what files are needed and i'll create a new project from zero in your favourite IDE.
If you're after a modern, free and open ide then look at eclipse or code::blocks.