I have a multithreaded application,
This application use a COM object that does not support multithread calls (Grrrrrr!)
then i would like to find a way to serialize all my calls to this object in a single thread.
I thaught to create an extended COledispatchDriver class that will prevent multi thread access.
But i don't know really how!
can you help me please!
thanks!
