Author Topic: The LARGEADDRESSAWARE option  (Read 57414 times)

Vortex

  • Newbie
  • *
  • Posts: 1
    • View Profile
The LARGEADDRESSAWARE option
« on: September 17, 2016, 07:39:47 PM »
Hi Bogdan,

Could you add the LARGEADDRESSAWARE option to SolAsm? It's about the GlobalMemoryStatus API function to report the correct memory status :

Quote
If the executable is linked using the /LARGEADDRESSAWARE linker option, then the GlobalMemoryStatus function will return the correct amount of physical memory in both members.

https://msdn.microsoft.com/en-us/library/windows/desktop/aa366586%28v=vs.85%29.aspx

Attached is an example project.

bogdanontanu

  • Administrator
  • Newbie
  • *****
  • Posts: 22
    • View Profile
    • oby.ro
Re: The LARGEADDRESSAWARE option
« Reply #1 on: September 26, 2016, 11:28:25 PM »
Hi Vortex,

Yes, I will add this option

Thank you for the attached example ;)
« Last Edit: September 26, 2016, 11:32:09 PM by bogdanontanu »