Lee
Rookie
How to share data in my dll with other dlls?
As we know that win32 dll are used in the address space of the calling procedure and each process using a DLL has its own instance of all the DLLs global orstatic variables. I want to share the data with other instances of it loaded by other programs but do not know how to do it. So can you tell me how to share data in my dll with other dlls?
6 months ago





