Tuesday, April 24, 2007

Errors Logged about CODE::BLOCKS

I found a powerful C++ IDE called "Code::Blocks" recently. It's a cross platform IDE and the most important thing is "It's FREE and easy to use". In it's website, the author supplies the patch to improve the program and fix the bug every night which is called "Nightly Builds". However, I found there's a little problem after updating the Code::Blocks with the newest Nightly Builds. A warning sliding window shows a message "Errors Logged" when I start Code::Blocks. And now I found the solution to solve this program.

The solution of Code::Blocks with MinGW in WinXPP

  1. Download the newest Nightly Builds(Ex. CB_20070419_rev3876_win32.7z) and unzip it to the folder which Code::Blocks located in.
  2. Download the wxWidgets dll wxmsw26u_gcc_cb_wx2.6.3p2.7z and unzip it to the system folder C:\Windows\system32\
After the steps described above you will find there's no errors when you start the Code::Blocks. :-)

No comments: