Author Topic: migrating from devC++ to codeblocks  (Read 4624 times)

jayapalchandran

  • Guest
migrating from devC++ to codeblocks
« 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?

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: migrating from devC++ to codeblocks
« Reply #1 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.
« Last Edit: August 10, 2010, 04:30:02 pm by reckless »