|
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 |