Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linking to a Large address aware DLL

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?

like image 659
Canopus Avatar asked May 28 '10 08:05

Canopus


1 Answers

Discussion here seems to indicate /LARGEADDRESSAWARE has no efefct on DLLs and depends totally on the hosting executable.

like image 143
Naveen Avatar answered Oct 12 '22 06:10

Naveen