Hi,
How can i from the PB main program kill a running SharedObject ?
If I unregister the object it does not destroy and stop until the processing in it has completed and all references to the instance has been destroyed.
Can I use TerminateThread (win32 api) or is it to much of a risk ?
any feedback is most appreciated :-)
//Steen