
GURU/SEMI-GURU please help with ActiveX DLL threading question
I have created a class inside and executable. I would like to move this
class to an ActiveX DLL to perform the same function, however not be
part of the executable (ie. .EXE size). I do not fully understand the
differences, or pros and cons, of Apartment Threaded vs. Single
Threaded. I read in the help file that using Thread Pool may cause some
global variables inside the DLL to interfere with one another. Is there
something I'm missing in trying to creating a multiple use (so I can
spawn multiple instances) of the DLL from the executable without any
global variables inside each DLL interfering with each other? Any help
would be greatly appreciated.
Marc
*** For direct replies reply to marcm at controlsolutionsltd com***