Registriert seit: 13. Aug 2002
17.196 Beiträge
Delphi 10.4 Sydney
|
Re: Delphi 2006 für MS Win32 und XML
23. Feb 2006, 15:49
Zitat von Ajin:
Ich habe versucht die Komponenten von http://www.philo.de/xml/downloads.shtml in D2006 einzubinden.
Und zwar die Utility Library v.2.0.9 und Extended Document Object Model v.3.1.27.
Das Package für 2005 lies sich nicht in D2006 kompilieren
Du mußt in jeder Pascal- Unit in der
Delphi-Quellcode:
{$IFDEF VER170}
{$DEFINE VER140+}
{$ENDIF}
vorkommt ein
Delphi-Quellcode:
{$IFDEF VER180}
{$DEFINE VER140+}
{$ENDIF}
Dann geht es auch unter D2006.
Windows Vista - Eine neue Erfahrung in Fehlern.
|