User forums > Nightly builds

The 06 May 2023 build (13268) is out.

(1/9) > >>

killerbot:
We switched to wx 3.2.2.1 (on 05 may 2023) --> 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/wxmsw32u_gcc_cb_wx3221_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 06 May 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20230506_rev13268_win64.7z
  - Linux :
   none

The current SDK version is : 2.24.0

Resolved Fixed:


* SWITCH TO WX 3.2.2.1
Regressions/Confirmed/Annoying/Common bugs:


Commaster:

--- Quote from: dwaindibbley on May 09, 2023, 05:21:15 am ---I am having a problem on both Linux and windows passing a pointer back from a function, it is sign extending the pointer from 32 bits to 64 invalidating the pointer. Build from SVN revision 13268.
So for example if I have a pointer 0x269e9e9d040, on returning from the function the pointer will become 0xffffffffe9e9d040
<snip>
A workaround seems to be to use MinGW32 (on Windows of course) as pointers are only 32 bit.

--- End quote ---

This seems to be a programming issue, not a Code::Blocks issue?
Code::Blocks is not a compiler

cbuser1:
Hello,

Code::blocks nightly becomes unresponsive when I add a new C++ class to an existing project.
Title would say Code::Blocks svn build (Not Responding).

This problem happened in older nightly builds as well.

CB 20.03 seems to work fine. Also, I'm on Windows 7.

To reproduce, Create a new C++ console project. Save it, and exit code::blocks. Launch code::blocks again and open the project. Opening an existing project seems to matter for some reason. It wouldn't freeze if I have created the class right away.

Click File->New->Class... and create a Dummy class.
Click on Create then click on Yes for the Add to project dialog box.
Click Ok on the Multiple selection dialog box.

Code::Blocks then becomes unresponsive for me.

Another issue, could you please include spell check with the nightly build?

Thanks

Miguel Gimenez:
@cbuser1, can you check if the 18 February nightly works?

cbuser1:

--- Quote from: Miguel Gimenez on May 09, 2023, 12:12:28 pm ---@cbuser1, can you check if the 18 February nightly works?

--- End quote ---

I installed CB_20230218_rev13215_win64.7z and it froze as well.
But, the unresponsiveness was not consistent. Sometimes, it added the files to the project and didn't freeze, other times it froze like mentioned before.

Please let me know if you want me to try another nightly version.

Oh, I just remembered another unrelated issue. When converting VS dsp project to codeblocks, sometimes I would get an assert error dialog, but didn't crash. Just click skip or ok to carry on.
I don't know if that's a known issue. It happened in 20.03 as well.

Navigation

[0] Message Index

[#] Next page

Go to full version