Page 1 of 1

response

Posted: Wed Jan 17, 2007 11:23 pm
by burnix
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 :

Code: Select all

CallFunction( 0, "dll_Delete",Handle)
CallFunction( 0, "dl_Close")
if i dont execute these two function the procedure works, even if i close the lib

Very strange behaviour.

Posted: Thu Jan 18, 2007 12:20 am
by Heathen
Not sure what your problem was, but glad you figured it out :P

Posted: Thu Jan 18, 2007 6:48 am
by Kaeru Gaman
@burnix

you've hit the wrong button:
chose "post reply" not "new topic" ;)

Re: response

Posted: Thu Jan 18, 2007 7:18 am
by DarkDragon
burnix wrote:

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)?