response
Posted: Wed Jan 17, 2007 11:23 pm
I think i have the solution.
at the end of my function i call 2 function that was need when whe want to finish to utilise the dll :
if i dont execute these two function the procedure works, even if i close the lib
Very strange behaviour.
at the end of my function i call 2 function that was need when whe want to finish to utilise the dll :
Code: Select all
CallFunction( 0, "dll_Delete",Handle)
CallFunction( 0, "dl_Close")
Very strange behaviour.