TurboPack / Orpheus

Orpheus is an award-winning UI toolkit for Embarcadero Delphi & C++Builder
Other
98 stars 36 forks source link

fix NativeInt: fSubLongInt is Integer #38

Closed hkollmann closed 1 year ago

hkollmann commented 1 year ago

Meaning of of type fSubLongInt is historical Integer, see size definition:

fsubLongInt : efDataSize := SizeOf(Integer);

romankassebaum commented 1 year ago

I merged this changeset into the master. Are you really sure that this is working under 64 bit?

hkollmann commented 1 year ago

Of course. We are working mostly with 64 Bit. Size of integer is always the Same - native int not

romankassebaum commented 1 year ago

Sure, that's why I was asking. But great, then I will close the issue.