Author Topic: Release 20.03 has arrived  (Read 28883 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Release 20.03 has arrived
« 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 section! A 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Release 20.03 has arrived
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ