I am insecure about the given compiler version with wxWidgets. I downloaded
wxWidgets-3.2.3-headers.7z
wxMSW-3.2.3_gcc810_x64_Dev.7z
wxMSW-3.2.3_gcc810_x64_ReleaseDLL.zip
and I want to create a program using wxWidgets with a GCC 12 or even the latest GCC 13.
Will that work?
What other setup is preferred?
wxWidgets 3.2.3 binaries compiled with MSYS2 MinGW 12.2.0 and 13.2.0 are also available, so you should use those if you use one of these compilers. Otherwise, you can easily compile the library yourself.