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
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 -- From: "Felix Wolfheimer" Sent: Tuesday, August 31, 2010 6:01 PM To: Subject: [

[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] GCC C++0x

2010-08-31 Thread GhostlyDeath
Win32 has conditions, however it's Vista/2008 and on: http://msdn.microsoft.com/en-us/library/ms682052(VS.85).aspx So it won't be available on lower end systems. Thread conditions are basically "wait until this thing happens" which is essentially the same thing as a mutex, kinda. #include vola

Re: [Mingw-w64-public] GCC C++0x

2010-08-31 Thread K. Frank
Hello Jaroslav - On Tue, Aug 31, 2010 at 5:50 AM, Jaroslav Šmíd wrote: > Here is Windows API, that almost matches that on POSIX platforms: > http://msdn.microsoft.com/en-us/library/ms682052(VS.85).aspx Thanks you: I didn't know that windows offered condition variables. On the web page you gave

Re: [Mingw-w64-public] import library overlap

2010-08-31 Thread Kai Tietz
2010/8/30 Chris Sutcliffe : > On 30 August 2010 11:23, Kai Tietz wrote: >> Well, this is a bit too much. Just make sure you specify on command >> line (at end, or before -lkernel32 - if you specify it - the option >> -ladvapi32. You can file a bug report for gcc, so I don't miss to >> modify it for

Re: [Mingw-w64-public] GCC C++0x

2010-08-31 Thread Jaroslav Šmíd
Here is Windows API, that almost matches that on POSIX platforms: http://msdn.microsoft.com/en-us/library/ms682052(VS.85).aspx On 31.8.2010 7:28, NightStrike wrote: > On Thu, Aug 26, 2010 at 7:18 AM, Kai Tietz wrote: >> 2010/8/26 Ruben Van Boxem: >>> but poking around, I do not find a "

Re: [Mingw-w64-public] Problem with math.h?

2010-08-31 Thread Vasilakis
On 8/30/2010 6:09 PM, Ozkan Sezer wrote: > On Mon, Aug 30, 2010 at 6:04 PM, Vasilakis wrote: >> On 8/30/2010 5:57 PM, Ozkan Sezer wrote: >>> On Mon, Aug 30, 2010 at 5:49 PM, Vasilakiswrote: On 8/30/2010 5:33 PM, Ozkan Sezer wrote: > On Mon, Aug 30, 2010 at 5:30 PM, Kai Tietz >>>