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.
Code: Select all
CallFunction( 0, "dll_Delete",Handle)
CallFunction( 0, "dl_Close")
Are you sure the first is dll_ and the second is only dl_(without the last l)?burnix wrote:Code: Select all
CallFunction( 0, "dll_Delete",Handle) CallFunction( 0, "dl_Close")