Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP goes poof upon CLEAR DLLS
Message
From
06/06/2003 08:53:59
 
 
To
06/06/2003 07:54:15
Geert Van Snik
Zorgned Automatisering Bv
Wageningen, Netherlands
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00796026
Message ID:
00797172
Views:
42
We've had success occasionally in cases like this by using LoadLibrary to load the DLL into memory.

You could try this:
DECLARE INTEGER LoadLibrary IN win32api STRING filename
hand=LoadLibrary(<your dll>)

<your app code here>

DECLARE INTEGER FreeLibrary IN win32api INTEGER hand
?FreeLibrary(hand)

CLEAR DLLS
This might help...

>To be honest, I'm out of ammo on this...
Jim Saunders
Microsoft
This posting is provided “AS IS”, with no warranties, and confers no rights.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform