Wrox Home  
Search P2P Archive for: Go

  Return to Index  

application_development thread: In VB6: Thread Safe DLLs


Message #1 by "Jarrod Powell" <crazy_wittler@h...> on Wed, 11 Sep 2002 18:37:33
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

  Return to Index