add compiler option to make exe "large memory aware&quo

Started by Stefan Pendl, July 05, 2006, 08:34:06 PM

Previous topic - Next topic

Stefan Pendl

Pelle,
is there a way to include an option to make Windows exes aware of large memory (WinXP /3GB boot.ini option) ???
I know that there is a little tool to do this, but saving this wit the project would be cleaner and easyer to handle.

Thanks for listening.
---
Stefan

Proud member of the UltraDefrag Development Team

Pelle

Use "Project" -> "Project options", "Macros" tab, and manually edit the "LINKFLAGS" macro (add /LARGEADDRESSAWARE option). This *should* work...
/Pelle

Stefan Pendl

---
Stefan

Proud member of the UltraDefrag Development Team

skywalk

Quote from: Pelle on August 04, 2006, 12:05:43 PM
Use "Project" -> "Project options", "Macros" tab, and manually edit the "LINKFLAGS" macro (add /LARGEADDRESSAWARE option). This *should* work...
Sorry to bump old topic, but it is still relevant to me.
I also asked here?

TimoVJL

There are polink option /LARGEADDRESSAWARE and /LARGEADDRESSAWARE:NO only.
Same as ms link.exe

Syntax:
/LARGEADDRESSAWARE [:NO]
May the source be with you

skywalk