Re: [Mingw-w64-public] Mingw with msvc2010 runtime library

2012-10-16 Thread Peter Kümmel
On 15.10.2012 00:28, JonY wrote: > On 10/15/2012 05:05, Peter Kümmel wrote: >> I have an application which allocates lot of memory >> and on Windows XP the mingw build (rubenvb 4.7.2) >> is much worse than a msvc2010 build. >> > > Have you tried finding out which part of the application is taking u

Re: [Mingw-w64-public] Detect mingw

2012-10-16 Thread Earnie Boyd
On Tue, Oct 16, 2012 at 5:24 AM, Ruben Van Boxem wrote: > __MINGW64__ only really signifies x64 Windows and MinGW. I bet that if > MinGW.org ever come with a 64-bit variant (not likely), they'd define this > for consistency (just as MinGW-w64 does). Since it is defined by the compiler, of course a

Re: [Mingw-w64-public] Detect mingw

2012-10-16 Thread Алексей Павлов
Thanks for answers! I need this because support for wmihelper in Qt5 for mingw-w64 2012/10/16 Ruben Van Boxem > 2012/10/16 Kai Tietz > >> 2012/10/16 Antony Riakiotakis : >> > Usually __MINGW64__ is defined so you can check for that in the source. >> >> First, that define is only set for 64-bit