10-18-2011 11:25 AM
Hi,
I need to know if i can use the declaration "External int x" to share the variable x between many DLLs files or i need to use an other method
Thansk
10-19-2011 06:12 AM - edited 10-19-2011 06:14 AM
I recommend Get and Set functions. But if you really want variables, see here: MSDN.
For the Section use: #pragma comment(linker, "/SECTION:.myseg,RW")