Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / Re: The tabs close when you save a file.
« Last post by Miguel Gimenez on Today at 01:38:39 pm »
Workaround for broken range-for added in r13956, thanks Blauzahn.
2
Help / Re: libgcc_s_seh-1.dll
« Last post by gd_on on Today at 01:20:28 pm »
You can also add the path to this libgcc_s_seh-1.dll, and many other dll in the bin sub folder of your compiler, to your PATH variable, the system one if you are admin or simply the user one.
3
Help / Re: libgcc_s_seh-1.dll
« Last post by everSome on Today at 02:43:20 am »
I addition to libgcc_s_seh-1.dll, many(all?) g++ compiled programs also bind to libstdc++-6.dll.
You can also just copy them from wherever g++ is located into your D:\C_Plus\test\bin\Debug directory.
4
Help / libgcc_s_seh-1.dll
« Last post by DanShelley on Yesterday at 08:24:42 pm »
I installed codeblocks 25.03 on my windows 10 64bit machine.
I made a test project and it runs find to show   hello world.
When I use explore  D:\C_Plus\test\bin\Debug\test.exe and double click
I get this error message cannot find  libgcc_s_seh-1.dll

I think path must not be correct.
Any ideas?
5
Development / Assertion on closing codeblocks due to wxWidgets 3.3
« Last post by christo on Yesterday at 07:34:05 am »
There is a regression in wxWidgets causing assertion window on closing codeblocks if the project tree is expanded and is big.

Code
../src/generic/treectlg.cpp(1539): assert "IsVisible(item)" failed in GetNextVisible(): this item itself should be visible

I've reported it to wxWidgets project and fix is identified. https://github.com/wxWidgets/wxWidgets/issues/26839

6
Using Code::Blocks / Editor : Swap header/source
« Last post by LETARTARE on August 15, 2026, 03:00:59 pm »
Leap-15.6

Currently, on a file editor: if you ask to switch to the header/source the requested file opens in an editor all to the right of the open files.
If many files are opened, the layout is incorrectly appropriate.
Is there an option to open it next to the applicant ?
7
Development / Re: wxWidgets version mismatch in About dialog on Linux
« Last post by PB on August 14, 2026, 11:54:23 pm »
I see, thanks for the explanation. So basically the same as the compile- and run-time version of GTK reported there.
8
Development / Re: wxWidgets version mismatch in About dialog on Linux
« Last post by Miguel Gimenez on August 14, 2026, 08:17:35 pm »
One is the version used to compile C::B, it will not change until a recompilation. The other is the version of the wxWidgets dynamic library used to run C::B, it may change after a system update.

wx3.2.x is special because the library name does not change with version updates, so C::B just uses the new library as they have the same ABI. This mismatch will not happen with wx3.3.x.
9
Development / wxWidgets version mismatch in About dialog on Linux
« Last post by PB on August 14, 2026, 02:37:16 pm »
JFYI...

After a long time, I have launched my Ubuntu VM and I upgraded it from v24 to v26.

I tried whether C::B still works and noticed in its About dialog, that wxWidgets is reported as 3.2.4 in the build info line but 3.2.9 in the Information tab. Using Ctrl+Alt+MiddleClick confirms that wxWidgets is indeed 3.2.9.

Unfortunately, I have no idea where I got C::B from and how to check whether the reported GCC version is correct.

When the same version nightly is run on Windows, both wxWidgets versions are the same there.


10
Help / Re: The tabs close when you save a file.
« Last post by dthu on August 14, 2026, 01:48:17 am »
Thanks, no problem anymore.
Pages: [1] 2 3 4 5 6 ... 10