WouterVanNifterick / delphi-maps

Delphi Mapping components with example applications
16 stars 9 forks source link

Not compiling on XE2 #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to install the components as described in the txt file

I get this message - not that it matters but it shouldn't be shown.
[DCC Warning] DelphiMaps.StreetView.pas(117): W1000 Symbol 'DecimalSeparator' 
is deprecated: 'Use FormatSettings.DecimalSeparator'

What is more serious is:
[Fatal Error] Access violation at address 1C1D5948 in module 
'DelphiMapsDesignTime2011.bpl'. Read of address 00000004

When trying to open DemoGeoCoder I get:
Field frmMain.GoogleMaps1 does not have a corresponding component. Remove the 
declaration?

DemoGoogleMaps gives: 
Field frmMain.GoogleMaps1 does not have a corresponding component. Remove the 
declaration?
Field frmMain.GoogleMapsLayersList1 does not have a corresponding component. 
Remove the declaration?

Has anybody got it running on XE2?

I wait and hear because it has send my Delphi crashing so I will have to 
reinstall - luckely it is only a VMWare session

Original issue reported on code.google.com by hp40287...@gmail.com on 26 Nov 2012 at 7:41