Thema: Delphi C++ nach Delphi

Einzelnen Beitrag anzeigen

keksman
(Gast)

n/a Beiträge
 
#3

Re: C++ nach Delphi

  Alt 12. Aug 2007, 00:51
Ich danke dir
Delphi-Quellcode:
type
  uint8 = byte;
  uint16 = word;
  uint32 = longword;
  TAuth= record
    cmd: uint8;
    error: uint8;
    size: uint16;
    gamename: uint8;
    version1: uint8;
    version2: uint8;
    version3: uint8;
    Build: uint16;
    platform: uint8;
    os: uint8;
    Country: uint8;
    timezone: uint32;
    ip: uint32;
    I_len: uint8;
    I: uint8;
  end;
Sollte so stimmen oder?
  Mit Zitat antworten Zitat