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.
Use "Project" -> "Project options", "Macros" tab, and manually edit the "LINKFLAGS" macro (add /LARGEADDRESSAWARE option). This *should* work...
Thanks Pelle, will try that.
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? (http://forum.pellesc.de/index.php?topic=6808.msg25686#msg25686)
There are polink option /LARGEADDRESSAWARE and /LARGEADDRESSAWARE:NO only.
Same as ms link.exe
Syntax:
/LARGEADDRESSAWARE [:NO]
Thanks, that worked!
I used /LARGEADDRESSAWARE:YES :-[