Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
The MSys2 team no longer considers MINGW64 an fully maintained environment. Therefore, they are no longer creating new packages that support it.

Tim S.

Thanks for the reply. This is really a bad news for me. If I would like to use wx3.3.1 prebuild library under msys2, I have to switch all my platform from msvcrt(mingw64) to ucrt(ucrt64).
62
...

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.

The MSys2 team no longer considers MINGW64 an fully maintained environment. Therefore, they are no longer creating new packages that support it.

Tim S.
63
Using Code::Blocks / Re: when i code, my code is popup to a window
« Last post by Miguel Gimenez on August 13, 2025, 11:32:42 am »
Goto Project / Properties / Build target and uncheck "Pause when execution ends".
64
General (but related to Code::Blocks) / Re: r13683 typo
« Last post by Miguel Gimenez on August 13, 2025, 11:27:15 am »
Fixed in r13707, thank you for reporting.
65
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.
66
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.
67
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>
68
...

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.
69
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.
70
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?

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