Hello
I'm doing a program that throws threads. The functions executed in this code are inside a dll, which has been compiled with vc 6.0. When the function (and the thread) finish, a callback procedure shall be called.
Well, I suppose that Microsoft doesn't know the function PostDeferredCall, so the easy solution is execute a CVI function inside the thread, call the dll and when it finishes, call PostDeferredCall in the first function, so I haven't any need to put PostDeferredCall in the code compiled by Microsoft.
As you see, actually, there is no problem, but, is there any way to do this without encapsulating the function that is in the dll?
Thanks in advance
Carlos Arcediano del Amo