Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 14, 2021, 08:43:16 pm

Title: The 14 December 2021 build (12579) is out.
Post by: killerbot on December 14, 2021, 08:43:16 pm
We switched to wx 3.1.5 --> download the new wx dll's see link below

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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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 14 December 2021 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2021/CB_20211214_rev12579_win64.7z
  - Linux :
   none

The current SDK version is : 2.16.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 14 December 2021 build (12579) is out.
Post by: AndrewCot on December 14, 2021, 11:07:22 pm
Should the SDK version have been bumped due to the SDK source tree changes since the last nightly?
Title: Re: The 14 December 2021 build (12579) is out.
Post by: Miguel Gimenez on December 15, 2021, 11:21:21 am
The API/ABI has not changed, or at least I'm not aware of any change.
Title: Re: The 14 December 2021 build (12579) is out.
Post by: AndrewCot on December 16, 2021, 01:44:50 am
I looked at the SDK changes and you are correct for WxWidget 3.x in that the API/ABI has not changed that I could see, but this is not the case for WxWidget 2.8. Does this matter or not? I have no idea what the right answer is, but just want to make sure you are aware of it in case it does mater.

In my case for Windows and Linux builds I use WxWidget 3.x so it will not affect me.
Title: Re: The 14 December 2021 build (12579) is out.
Post by: Xaviou on December 16, 2021, 07:44:20 am
Hi

OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/drive/folders/1-r9cbW1I8ZkaCt6iYDhcXH981n5FJTpV?usp=sharing).
There is a specific dmg file for versions 10.15 and 11.6 of the OS.
Note that these are not notarized versions of the application.

32 bits version for Windows can also be found in the same place.

Debian Buster and Bullseye (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html).

Regards
Xav'
Title: Re: The 14 December 2021 build (12579) is out.
Post by: Miguel Gimenez on December 16, 2021, 09:30:00 am
Support for wxWidgets < 3.0.0 was removed about a year ago, beginning then with the plugins and ending now with the main project.

Now almost all wxT() and _T() calls are innecessary (wxSmith is a notable exception).