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 24 May 2021 build (12452) is out.

Started by killerbot, May 24, 2021, 04:21:19 PM

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 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:




Miguel Gimenez

The SDK version has changed to 2.9.0 in r12451.

killerbot


AlexN

The Topic has a wrong build number 122452
best regards
Alex ;)

Xaviou

It seems killerbot is no more used to such a rythm of nightlies publication : he is tired  ;D  ;)
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

killerbot

and that one is corrected too, thanks.

Let's see if I can keep the next one typo free  ;D

dimi_s

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...


Miguel Gimenez

Can you edit share\CodeBlocks\templates\wizard\sdl2\wizard.script, remove the bracket at the end of line 27 and try again?

dimi_s

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 is dead

p.S. yesterday I couldn't log into the forum. The forum has not worked well recently.

Miguel Gimenez


tomay3000

The quick properties panel in wxsmith is not showing! :(

oBFusCATed

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?
(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!]

tomay3000

#12
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.

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!]

tomay3000

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.