473,395 Members | 1,516 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

LARGEADDRESSAWARE

Ok, it is easy enough to set a binary to be LARGEADDRESSAWARE. But how
can I find out whether the binary has been set to LARGEADDRESSAWARE or not?

Thanks.
Jan 15 '07 #1
2 4904
"Frank Rizzo" <no**@none.comwrote in message
news:%2******************@TK2MSFTNGP03.phx.gbl...
Ok, it is easy enough to set a binary to be LARGEADDRESSAWARE. But how can I find out
whether the binary has been set to LARGEADDRESSAWARE or not?

Thanks.

Use the SDK tools link or dumpbin for this.

link /dump /headers <executable>
or
dumpbin /headers <executable>

should display the PE header with something like ...
....
Application can handle large (>2GB) addresses
Willy.

Jan 15 '07 #2
Willy Denoyette [MVP] wrote:
"Frank Rizzo" <no**@none.comwrote in message
news:%2******************@TK2MSFTNGP03.phx.gbl...
>Ok, it is easy enough to set a binary to be LARGEADDRESSAWARE. But
how can I find out whether the binary has been set to
LARGEADDRESSAWARE or not?

Thanks.


Use the SDK tools link or dumpbin for this.

link /dump /headers <executable>
or
dumpbin /headers <executable>
Willy, you are the man.
>
should display the PE header with something like ...
...
Application can handle large (>2GB) addresses
Willy.
Jan 15 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: KalleD | last post by:
Hi, I need to use a lot of memory in an aplication. But I get OutOfMemoryException whenever I try to allocate more than around 1.2GB. Ex: byte c=new byte; My computer (win xp) have 4GB of RAM...
17
by: Sharon | last post by:
I Have a PC with dual XEON CPU’s and 4 Giga Byte RAM win Windows XP Pro. I have 2 problems with it: (1) Windows is showing only 3.25 Giga byte on the System Properties ? General tab. While the...
2
by: Thomas Lykke Petersen | last post by:
The setup is a Windows 2003 Server (Standard) with the /4GT (/3GB) switch turned on which should enable ~3GB of memory for user processes and only ~1GB for windows processes. Is it possible to...
13
by: fAnSKyer/C# newbie | last post by:
My system has 4GB memory and My program in C# is really memory consuming. and I noticed that when the memory I used is more than 2GB I will get an exception. How to solve this? thanks a lot
13
by: Frank Rizzo | last post by:
I will soon be deploying an application on Windows 2003 R2 64-bit Standard Edition. The app will also be compiled for 64-bit. One of the reasons is that the application will really benefit from...
8
by: Frank Rizzo | last post by:
My .NET 2.0 app may be deployed on both 32-bit and 64-bit systems. Are there any side effects to running Editbin /LARGEADDRESSAWARE against the EXE and then deploying it on a 64-bit system? The...
4
by: Daniel | last post by:
is there some per-process-limit on memory in .net processes? is there any way to increase it? i keep getting System.OutOfMemoryException when my box has 8 gigs of unused memory.
4
by: =?Utf-8?B?U2VyZ2Vp?= | last post by:
Dear staff Can I get your assistance with \3GB (LARGEADDRESSAWARE) switch in mixed mode process built by VS 2008, please? I have a mixed mode application: C# GUI calling native C++ DLL through...
0
by: Wily | last post by:
Hello, I'm using .net 3.5 and c#, I have a machine with 4GB and another one with 8GB, I run a little c# program and both seem to go up to 2GB and then crash withe a memory overflow, any idea how I...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.