[fpc-pascal]About order of units...
Marco van de Voort
marcov at stack.nl
Sat Aug 30 20:39:33 CEST 2003
> The real problem here is types declared in the windows unit where, as I
> pointed out previously, LongInt has been confused with BYTE, WORD and LONGWORD
> types...
Can you name examples of that?
Most notably about byte's and word's confusion (so places where types
have a different size then they should have, regardless of signedness)
Signedness only generates range checks, and shouldn't be a problem
otherwise.
More information about the fpc-pascal
mailing list