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


_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to