Recent Posts

Pages: 1 ... 4 5 6 7 8 [9] 10
81
Using Code::Blocks / cannot open file .out
« Last post by taifanh on August 13, 2025, 10:52:57 am »
when i open file .out, codeblocks saids that "codeblocks does not yet know how to open this kind of file. please select what you want to do with it: 1. select an external program to open it; 2. open it with the associated application; 3. open it inside the codeblocks editor". then i choose 1 and after that, i can't open file .out by click double in file. this problem exist with another file. how can i select set up again or how to fix it.
82
Using Code::Blocks / when i code, my code is popup to a window
« Last post by taifanh on August 13, 2025, 10:39:26 am »
hi everyone. now i have suffer an uncomfortable problem. my code is popup to a window and only return to my program when i press enter. how can i fix it.
83
General (but related to Code::Blocks) / r13683 typo
« Last post by everSome on August 13, 2025, 06:47:22 am »
The mod to /trunk/src/CodeBlocks_wx32_64.workspace for
Code
<Project filename="plugins/contrib/wxSmithAui/wxSmithAui_wx32_64.cbp">
<Depends filename="CodeBlocks_wx32.cbp" />
<Depends filename="plugins/contrib/wxSmith/wxSmith_wx32_64.cbp" />
</Project>
should be
Code
<Project filename="plugins/contrib/wxSmithAui/wxSmithAui_wx32_64.cbp">
<Depends filename="CodeBlocks_wx32_64.cbp" />
<Depends filename="plugins/contrib/wxSmith/wxSmith_wx32_64.cbp" />
</Project>
84
...

For me, I would still try to use a 64bit compiler which is MSVCRT library not UCRT, and I'd try on a 64bit Windows 10 PC first. Does anyone has tried this combination before?

I just did the test, and when I run the "minimal.exe" from the wx samples, I don't see the crash in my 64bit Windows 10 PC.

I'm using msys2/mingw64's gcc compiler 14.2.0, which is using MSVCRT library to build the wx 3.3.1 library and the minimal sample code.

Hi, Tim, thanks for the info.

My question still remains, if wx 3.3.1 works under MINGW64 platform, why msys2's package does not supply wx3.3.1 in this platform.
85
I build Code::Blocks under MSys2 Mingw32 and MINGW64 about once a month; but, I really do not do enough testing to be sure it works.
Windows 10 64 bit

Tim S.
86
I know that wx3.3.1 samples crash on exit if you use MinGW with MSVCRT, see this issue.

Thanks for the reply. I have seen your issue report before, but when I try to search the issue by your user name "Miguel Gimenez", I couldn't find it. Oh, I see your nickname in github is: "wh11204".

So, it crashed on 64bit Windows 7(Am I correct? I guess you are using 64bit Windows 7) with a 32bit compiler: i686-w64-mingw32, which is using MSVCRT library.

For me, I would still try to use a 64bit compiler which is MSVCRT library not UCRT, and I'd try on a 64bit Windows 10 PC first. Does anyone has tried this combination before?

 
87
I know that wx3.3.1 samples crash on exit if you use MinGW with MSVCRT, see this issue.
88
Help / Re: C::B 13679 build with wxWidgets 3.3.x fails if installed with a RPM
« Last post by Bug Killer on August 12, 2025, 09:32:08 am »
I found a solution to my problem. There was a conflict with wxGTK 3.2.2 and wxGTK3 3.0.5 included in the distro.

As I could not see any obvious benefit to build C::B with wxWidgets 3.2.8 or 3.3.1 I built it with wxGTK 3.2.2 after removing wxWidgets 3.2.8 and 3.3.1.
89
Hi, when I looked at the packages of the msys2, here: https://packages.msys2.org/base/mingw-w64-wxwidgets3.3

I see it only has 3 platforms: ucrt, clang64, clangarm64.

While if you looked at the wxwidgets 3.2 ( https://packages.msys2.org/base/mingw-w64-wxwidgets3.2 ), I see extra platforms: mingw64.

Is it because that the 3.3.1 will support the dark mode, and the dark mode API are only supported by the ucrt library?

Thanks.

90
Nightly builds / The 09 August 2025 build (13701) is out.
« Last post by killerbot on August 09, 2025, 04:25:04 pm »
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 09 August 2025 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20250809_rev13701_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • fix "File" -> "Save as" not working and leaving an isolated editor

Regressions/Confirmed/Annoying/Common bugs:


    Pages: 1 ... 4 5 6 7 8 [9] 10