O.P. multithreaded dll
I need to use a C++ Dll in my script using Interop.Call, however the function this Dll contains runs an infinite loop in the background, which ofcourse freezes WLM because the function does not return anything. I know that VB6 does not support multithreading so calling it through an ActiveX dll won't help. So I'm looking for suggestions.
If I wanted to run this dll in a new thread how would I do that? Can I run a specific function inside the C++ Dll in a new thread? If so how?
Thanks
CD
This post was edited on 06-07-2007 at 03:04 PM by cooldude_i06.
|