출처 : http://msdn.microsoft.com/en-us/library/wz223b1z(v=vs.80).aspx


/LARGEADDRESSAWARE (Handle Large Addresses)

Visual Studio 2005

Other Versions

 

Copy

/LARGEADDRESSAWARE[:NO]

Remarks


The /LARGEADDRESSAWARE option tells the linker that the application can handle addresses larger than 2 gigabytes. By default, /LARGEADDRESSAWARE:NO is enabled if /LARGEADDRESSAWARE is not otherwise specified on the linker line.

If an application was linked with /LARGEADDRESSAWARE, DUMPBIN /HEADERS will display information to that effect.

To set this linker option in the Visual Studio development environment

1.       Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.

2.       Click the Linker folder.

3.       Click the System property page.

4.       Modify the Enable Large Addresses property.

To set this linker option programmatically

·         See LargeAddressAware.

See Also


Reference

Setting Linker Options
Linker Options

 

안정적인 DNS서비스 DNSEver DNS server, DNS service
Posted by 키르히아이스
,