Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing classlib from another EXE
Message
From
05/04/2005 01:42:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Releasing classlib from another EXE
Miscellaneous
Thread ID:
01001410
Message ID:
01001410
Views:
71
I have a main EXE which is calling several sub EXEs. Those sub EXEs all contains SET CLASSLIB TO List at the beginning. I need to clear that from the memory when the call is finished when the control is back to the main EXE. I cannot put RELEASE CLASSLIB List in the sub EXE as in case of errors, I need to assure that the classlib will be really removed from memory even in such a situation. So, I tried putting RELEASE CLASSLIB List in the main EXE but it cannot find it. As I have several EXEs, I don't want to issue RELEASE CLASSLIB IN MyEXE1, RELEASE CLASSLIB IN MyEXE2, RELEASE CLASSLIB IN MyEXE3, etc. How can I assure a successful cleanup of that class library once the control goes back in the main EXE?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform