large-address-aware Questions
4
Solved
I have a .NET assembly that needs to be 32-Bit and needs to be /LARGEADDRESSAWARE.
I know how to do this with EditBin, but I wonder if there is a built-in way in Visual Studio 2010? Or alternativel...
Penang asked 8/4, 2010 at 5:38
5
Solved
I would like to switch my application to LARGEADDRESSAWARE. One of issues to watch for is pointer arithmetic, as pointer difference can no longer be represented as signed 32b.
Is there some way how...
Leandro asked 16/6, 2010 at 9:23
4
Solved
So today I decided I would update to Visual Studio 2015 (previously running the RC version with no difficulties) but now my project does not like the /LARGEADDRESSAWARE command line event.
I have a...
Indifferentism asked 22/7, 2015 at 14:7
1
I ran into this issue during performance testing.
When compiling a C# Console application with the x86 platform flag, the Large Address Aware flag is not set:
Output from dumpbin /headers app.exe:
...
Uppity asked 20/1, 2016 at 16:44
2
I have a 32-bit application consisting one EXE and multiple DLLs. The EXE has been built with /LARGEADDRESSAWARE flag set. So I expect on a 64-bit OS I should get 4 GB of user address space. But on...
Briny asked 21/8, 2014 at 10:39
3
Solved
We need to link one of our executables with this flag as it uses lots of memory.
But why give one EXE file special treatment. Why not standardize on /LARGEADDRESSAWARE?
So the question is: Is there...
Nodababus asked 18/2, 2010 at 13:1
1
© 2022 - 2024 — McMap. All rights reserved.