[fpc-pascal]About order of units...
L D Blake
ldblake at sympatico.ca
Sat Aug 30 18:02:58 CEST 2003
Ok, still messing with this silly problem...
Now the question is about order of declaration in units...
Lets say I wrote a unit "WinFix" with some of these cursed range checking
problems cleaned up... am I correct in assuming that if I added it to my units
list like this:
Uses
Windows,
Winfix,
<my units>;
The dupicate definitions in the WinFix unit would replace those in the Windows
unit?
---
L D Blake
More information about the fpc-pascal
mailing list