-
Out Of PRocess
I am trying to get an ActiveX EXE to behave as I expect.. Doh!
I should be able to create an instance of an object from the EXE Server and call a method of the object and continue in my main program while the object processes the request.
This does not work.! Why?
I haven't attempted to use an asynchronous callback yet, because I can't even get the 'simple' bit to work.
Can anybody help??
-
Out of process is not the same as asynchronous and so it doesn't work like you think. You'll have to find a way to process it Asynch and use a callback. If you search there has been some good examples.