Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: gd_on on July 23, 2020, 11:02:07 am

Title: wxWidgets 3.1.4
Post by: gd_on on July 23, 2020, 11:02:07 am
wxWidgets 3.1.4 has been published officially.
Could you (re)precise what are the "patches" done for C::B ?
I know that there is the DIRECT2D usage (small modification in setup.h), but is there some other things ?

gd_on
Title: Re: wxWidgets 3.1.4
Post by: Miguel Gimenez on July 23, 2020, 01:16:20 pm
The changes are here:

http://forums.codeblocks.org/index.php/topic,23959.msg163429.html#msg163429 (http://forums.codeblocks.org/index.php/topic,23959.msg163429.html#msg163429)

but they are not needed in wx3.1.4.

I have been testing C::B with wxMaster for months now and it has compiled/worked almost flawlessly. The only remarkable issues were a wxPopupWindow regression (already fixed) and a C::B compilation error fixed this same week:

https://github.com/wxWidgets/wxWidgets/commit/8a81391cf479a9fe7a977a45febdb30fbfd9c36e (https://github.com/wxWidgets/wxWidgets/commit/8a81391cf479a9fe7a977a45febdb30fbfd9c36e)
Title: Re: wxWidgets 3.1.4
Post by: LETARTARE on July 25, 2020, 09:11:51 am
I just compiled this version 3.1.4 under Win32, gcc-810-dwarf and it's correct.
Then complete compilation of 'CB-11189' with this new version and it's correct (except compiler warnings in various places !).
Now I'm entering the use phase.