PDA

View Full Version : More than 2 GB Memory of 32 bit application in 64 bit Windows



santosh.kumar
28th November 2016, 09:12
Hi

I am using Qt 4.8.7 , VC 2010 on Windows 7. My Application stores file & folder information of Boot C: drive and contains more than 50 lacks file folders data. I want to use more than 2 GB Memory of 32 bit application in 64 bit Windows. I searched on google, every where I found one solution.

In .pro file

Use
QMAKE_LFLAGS += /LARGEADDRESSAWARE

to avail more than 2 GB Memory of 32 bit application in 64 bit Windows.

Kindly verify this & give the exact solution about this.

Thanks
Santosh