News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 22 August 2021 build (12516) is out.

Started by killerbot, August 22, 2021, 08:17:30 AM

Previous topic - Next topic

killerbot

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.

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

The current SDK version is : 2.14.0

Resolved Fixed:


  • SDK: Linux, prevent terminals from spawning new processes (fix ticket #1113)
  • scripting: Print more information when someone calls a native function from squirrel incorrectly
  • debugger: Fix the sizing of the popup shown when evaluating debugger expressions (ticket #1100)
  • debugger: Make sure the Evaluate expression popup could shrink if the root property is being shrunk (ticket #1100)
  • debugger: Make sure Evaluate expression popups doesn't have horizontal scrolls (ticket #1100)
  • debugger: Add clipping to the current display if the Evaluate expression produces a window which is outside of it
  • debugger: Fix support for debugging using Cygwin (ticket #909, thanks Andrew Cottrell)
  • rndgen: Fix issues uncovered by the switch to PCRE2 (ticket #1124, thanks Miguel Gimenez)
  • rngden: Fix a format wx-assert and make sure the rndgen action can be undone with a single undo-command
  • regex-testbed: Various fixes (ticket #1123, thanks Miguel Gimenez)
  • regex-testbed: Make sure to pass a valid parent when creating the dialog
  • regex-testbed: Prevent endless loop if the GetBuiltinMatches causes the window to redraw
  • SDK: Fix a regex in the MacroManager to work with the PCRE2 regex engine used by wx3.1.6 (ticket #1120)
  • SDK: Put asserts for all regexes in MacrosManager::Reset (ticket #1120)
  • SDK: Modify the MacrosManager to compiler regexes only ones (ticket #1120)
  • debugger: Fix a regular expression's compilation with wx3.1.6

Regressions/Confirmed/Annoying/Common bugs:




oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

leonemsolis


leonemsolis


oBFusCATed

You have to build it manually, because we don't have Apple developer account and we cannot provide notarized builds, which are required for newer macOS release.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

huycan

My problem was stated here: https://forums.next.codeblocks.org/index.php/topic,24565.msg167860.html#msg167860

I think the problem is with the the Class Wizard....

I got a new computer, fresh windows 10, and same problem. So, I decide to try to build CB... installed wxWidgets 3.1.5 and the nightly built r12529...

Now, if I open the "CodeBlocks_wx31_64.cbp" and try to open the ClassWizard resource file "new_class.xrc", then this dialog appears... (see attachment)...


Miguel Gimenez

#6
There is a patch in ticket 1110

EDIT: this problem not only happens with new_class.xrc, but with all xrc files using wxStdDialogButtonSizer (currently there are 52)

Miguel Gimenez