As the title states, I am running a 32-bit application under win 7 64-bit. The application is made in C++ in Embarcadero XE2. I need more than 2GB of memory.
Steps:
- I enabled the 3GB switch and I rebooted the pc.
- I tried adding
-GF: LARGEADDRESSAWARE
to project options/c++ linker/Output Flags but then linking failed. It said: "Failed command GF:" or something like that.
I then found on a forum that you should do it manually in the .bpr file under FLAGS section. I added the flag and then the project linked. However, my memory available indicator in the app tells me i'm still getting under 2 GB.
Questions:
- how to properly make this work ?
- how to tell if I got 3GB of memory or not?