...
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.