Einzelnen Beitrag anzeigen

Thom

Registriert seit: 19. Mai 2006
570 Beiträge
 
Delphi XE3 Professional
 
#186

AW: Google Maps über COM (Component Object Model)

  Alt 16. Feb 2012, 18:30
Sorry. Delphi 2009 was the first version that supports anonymous methods. It may be that not all options were available.
Disable support for anonymous methods in gmConfig.inc and use normal methods:
Delphi-Quellcode:
[...]
{$IFDEF DELPHI2010_UP} //<- old: DELPHI2009_UP
  {$DEFINE USE_ANONYMOUS_METHODS}
  [...]
If I have something more time I will install Delphi 2009 and investigate the problem.
Thomas Nitzschke
Google Maps mit Delphi

Geändert von Thom (16. Feb 2012 um 22:20 Uhr)
  Mit Zitat antworten Zitat