Author Topic: The 13 March 2022 build (12748) is out.  (Read 6793 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 13 March 2022 build (12748) is out.
« on: March 13, 2022, 05:46:00 pm »
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:



    Offline cyuyan

    • Multiple posting newcomer
    • *
    • Posts: 21
    Re: The 13 March 2022 build (12748) is out.
    « Reply #1 on: March 16, 2022, 03:32:14 pm »
    Please give me a link that can be downloaded in China,Thank you very much!

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5906
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 13 March 2022 build (12748) is out.
    « Reply #2 on: March 17, 2022, 07:32:57 am »
    Please give me a link that can be downloaded in China,Thank you very much!

    See here:

    rev12748 cbdev/codeblocks - Gitee
    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.

    Offline Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2743
    Re: The 13 March 2022 build (12748) is out.
    « Reply #3 on: March 18, 2022, 06:21:34 pm »
    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.