Pelles C > Feature requests

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

(1/2) > >>

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.

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

Stefan Pendl:
Thanks Pelle, will try that.

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...

--- End quote ---
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


--- Code: ---Syntax:
/LARGEADDRESSAWARE [:NO]

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version