response

Just starting out? Need help? Post your questions and find answers here.
burnix
New User
New User
Posts: 6
Joined: Wed Jan 10, 2007 2:32 pm
Location: Bordeaux

response

Post 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.
Heathen
Enthusiast
Enthusiast
Posts: 498
Joined: Tue Sep 27, 2005 6:54 pm
Location: At my pc coding..

Post by Heathen »

Not sure what your problem was, but glad you figured it out :P
I love Purebasic.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

@burnix

you've hit the wrong button:
chose "post reply" not "new topic" ;)
oh... and have a nice day.
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: response

Post 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)?
bye,
Daniel
Post Reply