MartinZone
programming experiments
|
|
LoginNewsletter |
How can I update my application to TGoMaps 1.5.0?
AnswerTGoMaps 1.5.0 is 99% compatible with the old versions. In the 1.5.0 version I have replace all "Extended" variables with "Double" variables to avoid a bug of Delphi 2006, 2007 and C++ Builder 2006, 2007. So if you try to replace TGoMaps 1.5.0 in an old application (with a old version of TGoMaps) you will have compile errors. To fix this problem there are 2 way:
For example you must convert this line: procedure TMainForm.GoogleMaps1MapMoveEnd(Sender: TObject; CenterLatitude, into this: procedure TMainForm.GoogleMaps1MapMoveEnd(Sender: TObject; CenterLatitude, Category |