Global inside Dll
Posted: Tue Feb 13, 2018 12:33 pm
Will a Global Var$ inside a DLL be different for all the Applications using the DLL simultaneously or shared between the Instances of the DLL? What about a Threaded Var$?
Another question: will a Global Var$ inside the Dll be available for multiple serial procedure calls? What about a Static Var$ inside the ProcedureDll? Will the Static Var$ inside the ProcedureDll be static for all Applications using the DLL?
And another: does a Threaded Var$ in a non-threaded environment fallback to Global Var$?
Thank you!
Another question: will a Global Var$ inside the Dll be available for multiple serial procedure calls? What about a Static Var$ inside the ProcedureDll? Will the Static Var$ inside the ProcedureDll be static for all Applications using the DLL?
And another: does a Threaded Var$ in a non-threaded environment fallback to Global Var$?
Thank you!