On Wed, Sep 1, 2010 at 1:01 AM, Felix Wolfheimer <[email protected]> wrote: > 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 interface and as I would like to build executables for 32 bit > as well as for 64 bit systems I built wxWidgets with the compilers and > libs of the mingw-w32 package and then tried to build it with the > mingw-w64 package. > > Unfortunately, the build failed with the mingw-w64 compilers and libs. > The problem occurs when wxWidgets tries to link against "libctl3d32.a" > which is missing in the mingw-w64 package. Is this this a known problem? > > Best regards > > Felix >
I think the failure you had was with a 64 bit build? If yes, ctl3d32.dll doesn't seem to ship with 64 bit windows, that should be why no import library is given for it in 64 bit mode. -- Ozkan ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
