Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Delphi / Kylix / Turbo Pascal » 2 Zeilen C++ Code in Delphi umwandeln (AttachDispatch)

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
14.10.2004, 20:43 Uhr
~Gitta
Gast


Hallo Zusammen,

wie lassen sich die zwei Zeilen in Delphi konvertieren?

{MS Visula C++ 6.0}

C++:
IiwAdress iwAdress;
iwAdress.AttachDispatch( iwGeoAdress.GetAdress(), FALSE );


{Delphi}
???????????????????


C++:
CreateDispatch habe ich so kovertiert:
//{MS Visula C++ 6.0}  
IiwGeoPoint iwGeoPoint;  
iwGeoPoint.CreateDispatch("IwGeoObjects.iwGeoPoint.1");  




{Delphi}

C++:
var  
iwGeoPoint: IiwGeoPoint;  
begin  
iwGeoPoint := CreateComObject(CLASS_iwGeoPoint) as IiwGeoPoint;  
iwGeoPoint := nil;


Hat jemand eine Idee?

Gruß Gitta.


Bearbeitung von Windalf:

bitte codetags verwenden macht die sache übersichtlicher...


Dieser Post wurde am 14.10.2004 um 20:52 Uhr von Windalf editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
15.10.2004, 21:56 Uhr
~Gitta
Gast


Problem endlich gelöst!!!

Nachdem ich über tausend Ecken erfahren habe was den AttachDispatch
macht, war die Antwort leicht:


Code:
// C++ Code
IiwAdress iwAdress;
iwAdress.AttachDispatch( iwGeoAdress.GetAdress(), FALSE );

//Delphi code
iwAdress := iwGeoAdress.GetAdress;



Ein Herliches DANKE an alle!!!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ Delphi / Kylix / Turbo Pascal ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: