Re: [Mingw-w64-public] windows 32 bit memory address space

2014-12-15 Thread Rashad M
Hello, On Tue, Oct 28, 2014 at 3:54 AM, Rashad M wrote: > > > > On Tue, Oct 28, 2014 at 12:51 AM, Kai Tietz > wrote: > >> Hi Rashad, >> >> 2014-10-27 20:13 GMT+01:00 Pavel : >> > Hi Rashad, >> > >> > I believe this is given by the

Re: [Mingw-w64-public] [Project News | New Builds]

2014-11-01 Thread Rashad M
Hi , Download installer on chrome (Windows 7 32bit) gives weird warning. Screenshot attached. I understand this is not a issue as I am sure the installer is "not dangerous". But this may scare people who are using an antivirus as that will report it dangerous or maybe delete the file! On Sat, N

Re: [Mingw-w64-public] windows 32 bit memory address space

2014-10-27 Thread Rashad M
On Tue, Oct 28, 2014 at 12:51 AM, Kai Tietz wrote: > Hi Rashad, > > 2014-10-27 20:13 GMT+01:00 Pavel : > > Hi Rashad, > > > > I believe this is given by the 32 bit implementation of Win32 API > > (surprisingly, the API on 64bit systems is also called Win32, but is > > implemented as 64bit). The s

Re: [Mingw-w64-public] windows 32 bit memory address space

2014-10-27 Thread Rashad M
Hi Pavel, On Mon, Oct 27, 2014 at 11:35 PM, Pavel wrote: > Actually the virtual memory limit available for single application is > 2GB on 32bit Windows. It is possible to extent it to 3GB if special care > is taken: http://msdn.microsoft.com/en-us/library/bb613473(VS.85).aspx The page says tha

[Mingw-w64-public] windows 32 bit memory address space

2014-10-27 Thread Rashad M
Hi all, Is there any option to overcome the 2GB memory limitation on a windows 32 bit. with mingw64. Earlier I was using mingw32 from mingw.org and there seems to problem on 32bit windows. Especially when I want to allocate a RAM of more than 3 GB. I moved to mingww64 toolchain and the problem st