| Re: garbage collection
Hi,
I'm using MapPoint 2004 in an activeX control, and I need to execute garbage collection.
I'm using it in 2 separate application : 1 written en C# and the other in Java.
Questions :
- Is there better way to free memory than saving+opening the map, or sending a minimize message?
- If there is not, how to send a minimize/restore message in C# and Java?
- Will the MP memory usage be reduced by the OS when all RAM is used and the user then uses/launches other apps thus needing more memory? (If yes, I won't bother with this problem)
Thanks in advance for any help. |