Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing an application
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01003603
Message ID:
01006098
Views:
22
Hi Allessio !
Problem that you decribed is important in case of modular aplication. From my expierence it seems that making modular aplications using VFP is not easy (I hope that I am wrong here). I had and I still have similar problems.
In your case it seems that main exe still holds refrerences to elements of your secondary applications and unfortunatly it is hard to trace all this references using VFP provided possibilities.
If your application uses additional classes maybe they are still loaded
in main exe memory after exiting the secondary app. In this case maybe Clear Class command will solve the problem. In VFP8 Clear classlib does not clear class definitions. In VFP9 Clear classlib clears from memory all class definitions contained in a visual class library. Hope this help. Please let me now if you will find solution.


>I am developing some applications which have to be called from a main exe program. I realized that when I exit my application it remains still loaded in memory. Is there anything I can do to free the memory from my application ?
>Thx
>Alessio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform