View Single Post

  #7 (permalink)  
Old 08-31-2005
rules rules is offline
Junior Member
White Belt
 
Join Date: Aug 2005
Posts: 8
Where can i find help?

I receive this error while compiling the demo:

error C2664: 'FindAddressResults' : cannot convert parameter 6 from 'enum MapPoint::GeoCountry' to 'const class _variant_t &'
Reason: cannot convert from 'enum MapPoint::GeoCountry' to 'const class _variant_t'
No constructor could take the source type, or constructor overload resolution was ambiguous

I have european version so i load MPEU82.tlb instead of MPNA82.tlb, but i think this is not important.

Where can i find help about the methods i can call with mapPoint? I mean, how can i know how to use the FindAddressResults method or anyone else? Is there any documentation about using this API?

Thanks a lot
Reply With Quote