application_development thread: In VB6: Thread Safe DLLs
Does it matter whether a global or module level variable is a primitive type (such as a string or integer) or if its an object when writing a thread safe DLL that won't suffer from reentrancy or do all global/module level variables suffer from reentrancy? Also, does using WithEvents have any affect or making a DLL thread safe? Thanks, Jarrod
|





