Einzelnen Beitrag anzeigen

Frederika

Registriert seit: 28. Jan 2009
81 Beiträge
 
#11

Re: Migration Delphi 6 > Delphi 2010 bzgl. Unicode

  Alt 23. Okt 2009, 13:20
Also ich muss doch noch einmal nachfragen:

Wenn ich eine D6-Datenstruktur habe wie

Delphi-Quellcode:
TRawFormat = Packed Record
FileStr : String[3]; { 1 byte "length" and 3 bytes char }
Modelname : String[11];
FileType : Integer; { 4 byte }
GTFIndex : SmallInt; { 2 byte }
AHZG : Char; { 1 byte }
AHZB : Char; { 1 byte }
{...}
end;
Wie stelle ich das so um, dass alles genau passt? Vielen Dank für Eure Hilfe!
  Mit Zitat antworten Zitat