Pelles C forum

C language => Expert questions => Topic started by: skywalk on October 06, 2015, 07:00:04 PM

Title: x86 Polink error using /LARGEADDRESSAWARE:YES?
Post by: skywalk on October 06, 2015, 07:00:04 PM
Quote from: POLINK
fatal error: Invalid /LARGEADDRESSAWARE argument; use NO.
Is this not allowed on a 32-bit Windows machine? I am trying to expose extra ram for my 32-bit dll after enabling per process ram with this setting:
Quote from: cmd.exe instruction
; Change system setting to increase per process memory.
; Reboot after typing the following with Admin command prompt:
c:\>bcdedit /set IncreaseUserVA 3072
This occurs with v5 through the most recent v8.