Linking to a Large address aware DLL.

Posted by Canopus on Stack Overflow See other posts from Stack Overflow or by Canopus
Published on 2010-05-28T08:33:38Z Indexed on 2010/05/28 9:02 UTC
Read the original article Hit count: 149

Filed under:
|
|
|

Suppose I have a DLL which is built with LARGEADDRESSAWARE linker flag set. Now I have an application dynamically linking to this DLL. Does this make my application LARGEADDRESSAWARE?

If not then, does it make sense to have this flag set for any DLL?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about dll