News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 13 March 2022 build (12748) is out.

Started by killerbot, March 13, 2022, 05:46:00 PM

Previous topic - Next topic

killerbot

We switched to wx 3.1.5 --> download the new wx dll's see link below

If you tested the 22 january nightly you may find your compiler executable has changed from gcc.exe to mingw32-gcc.exe and g++.exe to mingw32-g++.exe. Please correct this, you won't be asked again.

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx315_2D_gcc810-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 13 March 2022 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2022/CB_20220313_rev12748_win64.7z
  - Linux :
   none

The current SDK version is : 2.16.0

Resolved Fixed:


  • Remove --export-all-symbols in wxContribItems projects (ticket #1206).
  • Scripted wizard: Fix SFML project script.
  • Scripted Wizard: Fix DirectX, GTK, OpenCV and STLPort script syntax.
  • Compiler: Support SDCC 4.2.0 new options and other enhacements (ticket #1223, thanks Basil Hussain).
  • Compiler: Extend "regex" operator to simplify version detection and comparation.
  • File associations: allow translation of file types.
  • SDK: Replace deprecated mem_fun() and mem_fun_ref() with mem_fn() (ticket #1228).
  • sdk: reduce code duplication by using wxstringhash.h for string hashing in wx < 3.1
  • Optimize toolbars after updating plugins (ticket #1231, thanks LETARTARE).

Regressions/Confirmed/Annoying/Common bugs:




cyuyan

Please give me a link that can be downloaded in China,Thank you very much!

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Pecan

The Clangd_Client for this nightly can be downloaded at
https://sourceforge.net/projects/cb-clangd-client/files/Plugin_Install_Package/Windows_x64/ClangdClientForCBNightly20220313_rev12748_win64.zip/download

Copy the included clangd_client.zip to <YourCodeBlocksNightlyFolder>\share\CodeBlocks\clangd_client.zip
Do not unzip this file.

Copy the included clangd_client.dll to <YourCodeBlocksNightlyFolder>\share\CodeBlocks\plugins\clangd_client.dll

Restart your CodeBlocks Nightly.

Install instructions for LLVM/clangd are included within the downloaded .zip file.