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
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
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
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
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
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
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,