Click to See Complete Forum and Search --> : How to invoke a COM dll in a seperate thread?


Muthu Ram
October 8th, 1999, 01:42 PM
anyone have successfull implementation of invoking a component in a seperate thread. The main thread should create the component, then create a new thread, pass on the component to the new thread. now both threads will invoke methods on the component. i figured out everything well, except this frikin thing doesn't work. it gives me a memory protection fault. anyone, anysucess with this dll hell?