PDA

Click to See Complete Forum and Search --> : Out Of PRocess


Adamant
Aug 13th, 2002, 02:04 AM
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??

Edneeis
Aug 13th, 2002, 02:21 AM
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.