We switched to wx 3.1.5 --> download the new wx dll's see link belowGet 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.next.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 24 May 2021 build is out.
- Windows :
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2021/CB_20210524_rev12452_win64.7z
- Linux :
none
The current SDK version is : 2.9.0
Resolved Fixed:
- SDK: Fix a regression introduced in rev 12304 (ticket #1101)
- SDK: Fix a regression introduced in rev 12451 (ticket #1101)
Regressions/Confirmed/Annoying/Common bugs:
The SDK version has changed to 2.9.0 in r12451.
adjusted, thanks.
The Topic has a wrong build number 122452
It seems killerbot is no more used to such a rythm of nightlies publication : he is tired ;D ;)
and that one is corrected too, thanks.
Let's see if I can keep the next one typo free ;D
I have a problem creating an SDL2 project (Win10 x64)
When i select "Create a new project" -> "SDL2 Project" an error occurs:
LoadBuffer failed
Filename: D:\CB\share\codeblocks/templates/wizard/sdl2/wizard.script
Error: end of statement expected (; or lf)
Details:
Info[Error]: Failed to load the wizard's script.
Please check the debug log for details...
Can you edit share\CodeBlocks\templates\wizard\sdl2\wizard.script, remove the bracket at the end of line 27 and try again?
Thanks, it works!
"Please check the debug log for details..."
Where can I see the log file? --debug-log switch did nothing.
The link http://wiki.codeblocks.org/index.php/Code::Blocks_command_line_arguments#Command_line_arguments (http://wiki.codeblocks.org/index.php/Code::Blocks_command_line_arguments#Command_line_arguments) is dead
p.S. yesterday I couldn't log into the forum. The forum has not worked well recently.
QuoteThanks, it works!
Patch in ticket 1104 (https://sourceforge.net/p/codeblocks/tickets/1104/)
The quick properties panel in wxsmith is not showing! :(
Quote from: tomay3000 on June 03, 2021, 01:06:52 AM
The quick properties panel in wxsmith is not showing! :(
What OS? Which is the first night build where this happens?
Quote from: oBFusCATed on June 03, 2021, 01:21:57 AM
What OS?
Windows 7 x64
Quote from: oBFusCATed on June 03, 2021, 01:21:57 AM
Which is the first night build where this happens?
Not sure, I have skipped many nightlies at once directly up to this one.
EDIT: It is showing now, it is a transparent background issue when added a
wxSplitterWindow.
So, is there any problem or not?
Quote from: oBFusCATed on June 03, 2021, 10:04:47 AM
So, is there any problem or not?
No there is not for
The quick properties panel but there is the transparency problem for the
wxSplitterWindow when added to a wxFrame in wxSmith.
Steps to reproduce?
Quote from: oBFusCATed on June 03, 2021, 07:57:04 PM
Steps to reproduce?
Create a new wxFrame-wxSmith project, then add a wxSplitterWindow in the main frame.
Now resize CodeBlocks, or simply minimize and maximize to see the drawing problem.
Is this issue new in recent night builds?