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 Ozkan Sezer
On Thu, Sep 2, 2010 at 8:47 PM, Felix Wolfheimer wrote: > 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 pr

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

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

2010-09-01 Thread Bidski
Felix Wolfheimer wrote: >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? I also had this problem. In mingw-w64 libctl3d32.dll is

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

2010-08-31 Thread Ozkan Sezer
On Wed, Sep 1, 2010 at 2:05 AM, Chris Saunders wrote: > I found that file at this location > "C:\MinGW64\x86_64-w64-mingw32\lib32\libctl3d32.a".  I let MinGW install > itself to the defaul;t location. > > Regards > Chris Saunders That is for x86 only.. ctl3d32.dll doesn't seem to ship with 64 bi

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

2010-08-31 Thread Ozkan Sezer
On Wed, Sep 1, 2010 at 1:01 AM, Felix Wolfheimer 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 work

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

2010-08-31 Thread Chris Saunders
6:01 PM To: Subject: [Mingw-w64-public] wxWidgets 2.9 + mingw-w64 -> libctl3d32 missing > 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 pr

[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

Re: [Mingw-w64-public] wxWidgets

2010-04-27 Thread Tony Theodore
On 27 April 2010 10:20, Jarrod Chesney wrote: > Hi Mingw-w64'ers >        Does anyone have an existing patch set or porting efforts wit > wxWidgets compiled with mingw-w64 32/64bit? > Otherwise, Does anyone know how i can get in contact with  zhou drangon who > has precompiled binaries for it. >

Re: [Mingw-w64-public] wxWidgets

2010-04-27 Thread kmx
Dne 27.4.2010 2:20, Jarrod Chesney napsal(a): > Hi Mingw-w64'ers > Does anyone have an existing patch set or porting efforts wit wxWidgets > compiled with mingw-w64 32/64bit? > Otherwise, Does anyone know how i can get in contact with zhou drangon who > has precompiled binaries for it. > >

[Mingw-w64-public] wxWidgets

2010-04-26 Thread Jarrod Chesney
Hi Mingw-w64'ers Does anyone have an existing patch set or porting efforts wit wxWidgets compiled with mingw-w64 32/64bit? Otherwise, Does anyone know how i can get in contact with zhou drangon who has precompiled binaries for it. I want to build wxWidgets from source and i also will se