View Single Post

  #2 (permalink)  
Old 04-16-2003
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Hi Leen,

I had the same in Delphi. Since I only need a map object to do my stuff, I now use:
mymap:=TMap.Create(myForm);
...
mymap.destroy;

This also creates a mapPoint.exe process, but it disappears afterwards. With the Map object you can do a lot of stuff. Hope this helps for you.

Pascal
Reply With Quote