Making your application LARGEADDRESSAWARE if it is 32 bit

http://stackoverflow.com/questions/2597790/can-i-set-largeaddressaware-from-within-visual-studio

In the post build event:


call "$(DevEnvDir)..\tools\vsvars32.bat"
editbin /LARGEADDRESSAWARE "$(TargetPath)"

Comments

Popular posts from this blog

Firefox and Chrome dark mode

Dealing with the morons who built Dell 7710 and RAID

Tutorial: Using Google Cloud Storage from C# and .NET