Recent Posts

Pages: 1 ... 3 4 5 6 7 [8] 9 10
71
Here it is. But it is exactly what ollydbg has proposed as a workaround, except line number.
72
Can you post a patch?
73
The problem with wx 3.3.1 appears again in svn 13781, probably after the rework in svn 13780. I haved adapted the patch/workaround proposed by ollydbg (some line numbers have changed) just above. And now it works without assert/crash: I can open a wxs file without creating an rpt files.
74
Nightly builds / Re: The 04 February 2026 build (13779) is out.
« Last post by Xaviou on February 04, 2026, 06:56:10 pm »
Hi.

32 bits version for Windows can be downloaded from my website.

Debian Trixie (64 bits) and Bookworm (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04, 24.10 and 25.10 versions can be installed from my ppa (they are now available for both amd64 and arm64 architectures).

Regards
Xav'
75
Plugins development / Re: 'Collector' plugin
« Last post by LETARTARE on February 04, 2026, 03:39:20 pm »
Change to a new site (git):
    https://codeberg.org/LETARTARE/CollectorForCB.git
76
Plugins development / Re: a Qt plugin : QtPregenForCB => AddOnForQt
« Last post by LETARTARE on February 04, 2026, 11:58:24 am »
- new version 4.1.6
    1- in 'Creater' : we replace 'find with 'wxString::Find'
    2- modification of error messages when the executables of 'Qt' are not available

Change to a new site (git):
    https://codeberg.org/LETARTARE/AddonQtForCB
77
Nightly builds / The 04 February 2026 build (13779) is out.
« Last post by killerbot on February 04, 2026, 09:04:29 am »
We switched to gcc 15.1.0 (on 23 May 2025) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z

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_wx328_2D_gcc1510-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.1.0.7z


The 04 February 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260204_rev13779_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • Clangd_client - Fix clangd_client_symbol_browser_hang_on_proxy_project. Thanks Christo.
  • watchesdlg.cpp ValueTooltip: Account for new height when adding scrollbar; Avoid wxWidgets property assert when column proportion become less than 1%
  • IncrementalSearch: Fix TextCtrl resetting on Ubuntu, should work on Debian.
  • add a new compiler option to entirely silence all compiler output (temporarily) to improve compilation speed for large, (error-free) projects
  • allow to fine-tune compiler output polling by exposing the respective polling timer values though compiler options
  • wxSmith: Fix parent of items inside wxStaticBoxSizer.
  • wxSmith: Fix parent of toolbar items (ticket #1070).
  • debuggergdb: kill console with child process (Thanks Sergey Katunin)
  • Keep clipboard data after closing C::B on MSW (ticket #1388).
  • wxSmith: Delay-load images so they are loaded after C::B is initialized.
  • implemented dark/light-mode for C::B as provided by wxWidgets version v3.3.x and above (closes FR#1567)
  • Fix response file creation when local variables are used (ticket #1584, thanks LETARTARE).

Regressions/Confirmed/Annoying/Common bugs:


    78
    Help / Re: Used .deb files to install Codeblocks
    « Last post by stahta01 on February 01, 2026, 08:01:01 pm »
    https://forums.codeblocks.org/index.php/topic,26198.msg178144.html#msg178144

    Maybe this link will help you.

    I know a decade ago it would have been enough to help me; but I have forgotten how to use the info since then between old age and COVID I have lost too many memories.

    Tim S.
    79
    Help / Used .deb files to install Codeblocks
    « Last post by ErBee on February 01, 2026, 02:20:09 pm »
    Hi there,

    I've installed Cobeblocks from de 25.03 .dev files from the Codeblocks site. After that I installed the .deb files for WxSmith. But in both cases I get a build 13046 wich is from 2022-11-18. How can I upgrade to 25.03? Usually I use the install app on Kubuntu, but that one also had an older version.

    I'm not a console wizzard. 
    80
    Development / Re: special handling of the macro replacement ""?
    « Last post by ollydbg on January 30, 2026, 10:53:50 am »
    Have a look at https://sourceforge.net/p/codeblocks/tickets/1188/ .....

    I looked at your patch file in the above link, it is a bit complex, I think my patch is much simple, we can just leave the gcd variable as empty.
    Pages: 1 ... 3 4 5 6 7 [8] 9 10