
Dev-C++
Moderator: Moderators
Dev-C++
Is there a tutorial / guide for how to set up Dev-C++ for spring development? I seem to have got everything working accorging to the wiki, but I'm not sure where to begin integrating the source code into Dev-C++. I know there's a Visual Studio project file, is there anything similar for Dev-C++? I am used to using Eclipse and to a lesser degree VS but I don't really want to use VS, I like free software... 

Re: Dev-C++
Uh it would probably be easier to stick with the existing setup, you can still use Dev-Cpp as IDE if you want to but compile through scons.
Re: Dev-C++
What do you mean by the existing setup? I assumed that Dev-C++ would be able to be configured to use scons/ my svn directory? Have I got the wrong end of the stick somewhere?
Re: Dev-C++
don't use dev-c++. it's freakin' ancient. use code::blocks, it'll import vs project files.
Re: Dev-C++
Ok cool. Maybe someone who knows a bit about it could update the wiki page about getting started with development
If not I'll have a bash at it once I understand it 


Re: Dev-C++
Wow thanks!! My brother still uses dev c++ ill point him to this.imbaczek wrote:don't use dev-c++. it's freakin' ancient. use code::blocks, it'll import vs project files.