Thema: Delphi Probleme mit BITS

Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.184 Beiträge
 
Delphi 12 Athens
 
#8

AW: Probleme mit BITS

  Alt 20. Sep 2016, 14:47
Zitat:
LongWord
Delphi-Quellcode:
{$MINIMUMENUMSIZE 4}
BG_JOB_TYPE = .....;
{$MINIMUMENUMSIZE 1}
In Delphi sind ENUMs nur so groß, wie nötig. (also oft nur 1 Byte)
In C++ sind sie fast immer "UNSIGNED INT" (4 Byte)
$2B or not $2B

Geändert von himitsu (20. Sep 2016 um 15:29 Uhr)
  Mit Zitat antworten Zitat