Discussion:
TGlobe?
(zu alt für eine Antwort)
Matthias Frey
2012-02-10 22:16:00 UTC
Permalink
Hallo,

ich habe vor einigen Jahren TGlobe (GIS and Mapping component)
von Graham Knight gekauft. Die Seite www.tglobe.com ist tot.

Bewährt hat sich die Sourcen mit zu erwerben.
Nun bin gerade dabei es mit Delphi 2009 zum Laufen zu bringen.
Die vorige Version war Delphi 2007.
Hat jemand in der Richtung schon Erfahrung?

Grüßle
Matthias
Matthias Frey
2012-03-13 20:33:55 UTC
Permalink
Post by Matthias Frey
Hallo,
Hallo Google! ;-)
Post by Matthias Frey
ich habe vor einigen Jahren TGlobe (GIS and Mapping component)
von Graham Knight gekauft. Die Seite www.tglobe.com ist tot.
Bewährt hat sich die Sourcen mit zu erwerben.
Nun bin gerade dabei es mit Delphi 2009 zum Laufen zu bringen.
Die vorige Version war Delphi 2007.
Hat jemand in der Richtung schon Erfahrung?
Bin jetzt soweit mal durch, scheint zu laufen.
Für google falls da sonst noch wer Interesse dran hat.
Post by Matthias Frey
Grüßle
Matthias
dito
Matthias Frey
2012-07-02 20:36:06 UTC
Permalink
Post by Matthias Frey
Post by Matthias Frey
Hallo,
Hallo Google! ;-)
Post by Matthias Frey
ich habe vor einigen Jahren TGlobe (GIS and Mapping component)
von Graham Knight gekauft. Die Seite www.tglobe.com ist tot.
Bewährt hat sich die Sourcen mit zu erwerben.
Nun bin gerade dabei es mit Delphi 2009 zum Laufen zu bringen.
Die vorige Version war Delphi 2007.
Hat jemand in der Richtung schon Erfahrung?
Bin jetzt soweit mal durch, scheint zu laufen.
Für google falls da sonst noch wer Interesse dran hat.
Die Ingrid füttert google:

Umstellung auf XE2:
unit Globe5;
procedure TGlobe5.SetViewRect(const sRect : TRect);
da geht schief:
"eSF := minFloat(Width / Right, Height / Bottom);"

Abhilfe: vor Width und Height je ein "Self."


BTW:
Wieso kam auch E auf die Idee, TRect durch ein Width u.a.
zu erweitern?

Und wieder ein Grund gegen "with". Hat mich etliche Stunden
incl. Installation Delphi 2010 gekostet das herauszufinden.

Matthias
b***@gmail.com
2013-06-13 08:40:36 UTC
Permalink
Hi Matthias

Did you ever get TGlobe 5 working with Delphi 2009 or XE for that matter?

I have got it working in 2007 but failed to get it working in XE2.

Bruce.
Matthias Frey
2013-06-14 11:12:54 UTC
Permalink
Post by b***@gmail.com
Hi Matthias
Did you ever get TGlobe 5 working with Delphi 2009 or XE for that matter?
I have got it working in 2007 but failed to get it working in XE2.
Bruce.
Hi Bruce,

yes it works for me with XE2.
Sadly i used ansifying as method to make it work, so unicode is not
usable. Do you need a patch?

Matthias

Loading...