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