Einzelnen Beitrag anzeigen

jbg

Registriert seit: 12. Jun 2002
3.483 Beiträge
 
Delphi 10.1 Berlin Professional
 
#6

Re: Migration Delphi 6 > Delphi 2010 bzgl. Unicode

  Alt 23. Okt 2009, 12:33
Zitat von himitsu:
Integer = 32 Bit in einem 32 Bit System
und wenn Delphi mal 64 Bit kann, dann ist Integer eben 8 Byte / 64 Bit groß.
Da CodeGear bis jetzt sich der Windows Platform angepasst hat, gehe ich davon aus (und habe auch schon entsprechendes gelesen), dass sie Microsoft folgen und das abstrakte Datenmodel LLP64 nutzen, das auch von der Win64 API eingesetzt wird.

Somit bleibt Integer ein 32 Bit Datentyp.
Zitat:
These considerations led to the selection of an abstract data model called LLP64 (or P64). In the LLP64 data model, only pointers expand to 64 bits; all other basic data types (integer and long) remain 32 bits in length.
  Mit Zitat antworten Zitat