Re: [Mingw-w64-public] Detect mingw

2012-10-15 Thread 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 mode, but mingw-w64 also supports 32-bit (old mingw.org) mode. Secondly that define is provided by the compiler and isn't runtime-specific at all. As

Re: [Mingw-w64-public] Detect mingw

2012-10-15 Thread Antony Riakiotakis
Usually __MINGW64__ is defined so you can check for that in the source. -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happe

[Mingw-w64-public] Detect mingw

2012-10-15 Thread Алексей Павлов
How can I detect in program that toolchain use mingw-w64 not original mingw? -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is h

Re: [Mingw-w64-public] Building 64 bit applications and libraries on 32 bit machine

2012-10-15 Thread John E. / TDM
On 10/15/2012 8:21 AM, Ruben Van Boxem wrote: 2012/10/15 niXman mailto:i.nix...@gmail.com>> > which I've downloaded: > http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/64-bit/threads-win32/sjlj/x64-4.7.2-release-win32-sjlj-rev0.7z/download This is

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

2012-10-15 Thread Ruben Van Boxem
2012/10/14 Peter Kümmel > 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. > > I assume this has to do with the C runtime library > used by mingw which is from 1998 (Visual Studio 6), > when GBs were onl

[Mingw-w64-public] Using mingw64 on Win 7 x 64 - MS VS 2010

2012-10-15 Thread Snehal Saraf
Hi, I am trying to build VirtualBox on my Win 7- x64 machine < with VS 2010 >. I have been able to complete the initial steps mentioned at :- https://forums.virtualbox.org/viewtopic.php?f=10&t=29035&start=0 I am using the 64 bit MS VS command line tool to build the Virtual Box 4.2. Howeve

[Mingw-w64-public] Using mingw64.

2012-10-15 Thread Snehal Saraf
Hi, I am trying to build VirtualBox on my Win 7- x64 machine < with VS 2010 >. I have been able to complete the initial steps mentioned at :- https://forums.virtualbox.org/viewtopic.php?f=10&t=29035&start=0 I am using the 64 bit MS VS command line tool to build the Virtual Box 4.2. However,