Code::Blocks Forums

User forums => Announcements => Topic started by: MortenMacFly on March 29, 2020, 01:37:46 pm

Title: Release 20.03 has arrived
Post by: MortenMacFly on March 29, 2020, 01:37:46 pm
Finally, switch to wxWidgets 3.x, many improvements, new features, more stable, enhanced for HiDPI, the new Code::Blocks release 20.03 has arrived. Get it from the downloads (http://www.codeblocks.org/downloads) section! A changelog (https://sourceforge.net/projects/codeblocks/files/Binaries/20.03/changelog) summarises new features and fixes.

We provide binaries for the major platforms supported by Code::Blocks, with more to come in the next time.
Title: Re: Release 20.03 has arrived
Post by: MortenMacFly on April 01, 2020, 09:39:07 am
For those that have trouble with the compiler auto-detection under Windows. Assuming you have installed the right setup (C::B with MinGW compiler!) then the fix should be easy. Use your favourite editor to open the file:

[CodeBlocks_20.03_Installation_Folder]\share\CodeBlocks\compilers\options_gcc.xml

In the upper part, in the section "<if platform="windows">" remove the prefix "mingw32-" (including the minus) for the C, CPP and LD entry.

Then, the auto-detection should work fine. If you do that directly after the installation and before you start C::B the first time it should detect the right compiler right-away.