wxMax (2.8.9)

BlitzMax Forums/Brucey's Modules/wxMax (2.8.9)

Brucey(Posted 2009) [#1]
wxMax SVN has been updated to wxWidgets 2.8.9.

If you update to a revision greater than 570, you will need to rebuild your wx modules and then apps, in order to pick up the changes within the new static libraries.
If you don't rebuild, you are likely to see linking errors, and possibly even application crashes (because the modules are linked to binaries who's resources may have moved).

I've given a quick test on Mac x86, Win32 and Linux, and all seem to be working.
I still need to build a Mac PPC version.

Also, SVN now includes the Linux static libs for gcc 4.x. If you are still using gcc 3.x, then these won't work for you. Since current Linux distros come with gcc 4.x it is advised you build with it anyway. The next version of BlitzMax (1.32) removes the dependency on 3.x so that by default you would be building with gcc 4.x anyway.

Happy coding :-)


Brucey(Posted 2009) [#2]
2.9.0 is meant to be out soon... which is going to require a lot of rework... but progress is progress, I suppose :-p


Winni(Posted 2009) [#3]
The 3.0 version seems to bring even more radical changes: (64-Bit) Cocoa support on OS X...


Pete Rigz(Posted 2009) [#4]
Just upgraded and everything seems to be working fine. Thanks!


byo(Posted 2009) [#5]
All's working fine. Thank you once again.