Re: [Mingw-w64-public] wxWidgets 2.9 + mingw-w64 -> libctl3d32 missing

2010-09-03 Thread Felix Wolfheimer
Hi Ozkan, > Couldn't find 2.9.2 t wxWidgets.org so I looked at 2.9.1 I've used the SVN version as I need some functionality which is not available in 2.9.1 > # Win64 does _not_ provide a ctl3d32.dll. It is an ancient dll > only for x86. > > # Look at the msdn pages, that functions exported f

Re: [Mingw-w64-public] wxWidgets 2.9 + mingw-w64 -> libctl3d32 missing

2010-09-02 Thread Felix Wolfheimer
Hi Bidski, thanks for your help! The workaround you proposed fixed the issue (in fact I've duplicated the libwctl3d32 such that I have now both libwctl3d32 and libctl3d32). After this modification wxWidgets-2.9.2 builds without problems. I've checked the configure.in of wxWidgets and it contains

[Mingw-w64-public] wxWidgets 2.9 + mingw-w64 -> libctl3d32 missing

2010-08-31 Thread Felix Wolfheimer
Hi Mingw-w64 developers and users, I recently downloaded and installed the mingw-w64 package. I use it together with Msys and it just worked out-of-the-box. Amazing! Thanks for providing this great software!!! I'm currently working on a small program which uses wxWidgets 2.9 for its user interf