Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jayapalchandran on August 08, 2010, 10:25:42 pm

Title: migrating from devC++ to codeblocks
Post by: jayapalchandran on August 08, 2010, 10:25:42 pm
Hi,
I have been using devc++ to create my utilities in win32api.
Now i want to develop apps using codeblocks.
My code is in devc++ (.dev files).
How do i migrate to codeblocks preserving those settings or recreating with respect to code blocks.
Just the steps involved to compile the devc++ project in code project.
If there are many changes to be done the no problem i will do it according to the instructions given for this answer.
so, can somebody give hints?
Title: Re: migrating from devC++ to codeblocks
Post by: reckless on August 10, 2010, 04:26:14 pm
file->import project->dev-c++ project ;)

even has access to the devpack servers if you need stuff from there :)

shouldnt need any changes unless its code made for older gcc 3.4.5 (needs some minor adjustments) as both codeblocks and dev-cpp uses mingw as standard compiler but codeblocks uses the 4 series of gcc.