In a DLL, is it true that its global variables are only valid while inside that DLL and not shareable to the Main prog which calls that DLL ?
I would like to ensure that all the Global variables in a DLL can only work inside that DLL, and not seen by the Main calling prog.
I would like to ensure that all the Global variables in a DLL can only work inside that DLL, and not seen by the Main calling prog.
Comment