stop an dll while executing a dll function
Hi,
i use jawin to run a dll which creates xml-files. In some cases i have to stop the creation of the xml-files. But there is no way to stop the invoked function of the dll. The sourcecode of the dll is not available . But i assume that the called function is a "normal" method without threads.
I tried to close the dispatchpointers from jawin, but that crashes the jvm.
Or i tried to set the objects to null -> but the creation of the xml-files continues.
Any ideas?

