Thema: Delphi Comparing functions

Einzelnen Beitrag anzeigen

Muetze1
(Gast)

n/a Beiträge
 
#56

Re: Comparing functions

  Alt 5. Nov 2007, 13:56
Zitat von devidespe:
Had the same problem here too and Delphi needs sometimes a complete code compilation (sometimes 2 or 3 times) to know, that a variable is a DWord and not a Cardinal. But that must have mean, that a cardinal type was there previously.
It is a complete normal behaviour, known - at least - since D3. Delphi extends all size-specific to the actual (compiler size) generic types. So LongInt will be shown as Integer, LongWord as Cardinal, etc. The data types are equal for the actual compiler (32 Bit Compiler), so don't care.
  Mit Zitat antworten Zitat