Version Compatibility Topic is solved

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
User avatar
Chikwado
Knows some wx things
Knows some wx things
Posts: 38
Joined: Mon Sep 25, 2017 5:40 pm
Location: Nigeria
Contact:

Version Compatibility

Post by Chikwado »

Wxwidgets Version 3.1 Will It Work With Mingw Version 9.4.2 ? Thanks.
Window 8.1 x86, Codeblock 20.03, TDC-GCC-10.3.0, C++ 20, wxWidgets-3.2.1
stahta01
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 550
Joined: Fri Nov 03, 2006 2:00 pm

Re: Version Compatibility

Post by stahta01 »

Chikwado wrote:Wxwidgets Version 3.1 Will It Work With Mingw Version 9.4.2 ? Thanks.
Since, I do not believe Mingw Version 9.4.2 exists, I will guess the answer is no!

Tim S.
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4204
Joined: Sun Jan 03, 2010 5:45 pm

Re: Version Compatibility

Post by PB »

I believe that currently MinGW-w64 is the best choice for GCC-based toolchain for MS Windows:
https://sourceforge.net/projects/mingw-w64/

MinGW-w64 is also one of the two such toolchains the official 3.1 wxWidgets binary release is available for. The other one, TDM-GCC, seems to be dead...
User avatar
Chikwado
Knows some wx things
Knows some wx things
Posts: 38
Joined: Mon Sep 25, 2017 5:40 pm
Location: Nigeria
Contact:

Re: Version Compatibility

Post by Chikwado »

Oh I Am Sorry, The Version Is 4.9.2 Packaged With Codeblock Version 16.01.
Last edited by Chikwado on Mon Apr 30, 2018 5:24 pm, edited 1 time in total.
Window 8.1 x86, Codeblock 20.03, TDC-GCC-10.3.0, C++ 20, wxWidgets-3.2.1
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4204
Joined: Sun Jan 03, 2010 5:45 pm

Re: Version Compatibility

Post by PB »

Well, that's rather old version (MinGW-w64 is at version 7.x) and probably does not support Modern C++ well, for starters.

Assuming that by "Code" you probably mean CodeLite (or Code::Blocks?), it should work with any version, but perhaps may require few extra steps to make it work. If run into any issues, you can search a bit here on the forum, you may find a few posts dealing with this. Perhaps on the Code Lite/Blocks own forum there may be more...
User avatar
eranon
Can't get richer than this
Can't get richer than this
Posts: 867
Joined: Sun May 13, 2012 11:42 pm
Location: France
Contact:

Re: Version Compatibility

Post by eranon »

Chikwado wrote:Oh I Am Sorry, The Version Is 4.9.2 Packaged With Codeblock Version 16.01.
I'm using Code::Blocks (SVN HEAD) and wxWidgets 3.1.0 built against TDM64-GCC 4.7.1 under Windows 7 64-bit. My TDM-GCC is a standalone install and not the one shipped with C::B.
[Ind. dev. - wxWidgets 3.0/3.1 under "Win 7 64-bit, TDM64-GCC" + "OS X 10.9, LLVM Clang"]
Post Reply