Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible Bug in MapPoint?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Possible Bug in MapPoint?
Miscellaneous
Thread ID:
00942770
Message ID:
00942770
Views:
56
When I use:

PUBLIC goMapApp
goMapApp = createobject("MapPoint.Application")
goMapApp.UserControl = .T. && to get it out of memory when User EXISTS

The instance of MapPoint STAYS in Memory after the User Exists, even when I
RELEASE goMapApp. So, I can not reference the same MAP again, or make it visible. Once the User closes the MapPoint instance, its locked in, and I have to CreateObject again, otherwise it issues RPC Server is not available.

So, I am forced NOT to make goMapApp public. Otherwise after a few times, the system resources are depleted.

This seems to be a BUG, since according to the documentation, when UserControl = .T., it is supposed to unload it from memory, regardless of the controlling application.

Has anybody come across this?
Cyrus Nima
-------------------
cyrusnima@gmail.com
Reply
Map
View

Click here to load this message in the networking platform