On 6 apr 2006, at 22:59, Tom Verhoeff wrote:

This raises the concern that precompiled units become obsolete when
the user of such a unit upgrades the compiler. The compiler apparently
requires that the System unit of the precompiled unit and of the using
program are IDENTICAL (which is enforced by the somewhat weaker check
of comparing their checksums; but in practice that will have the same
effect).

The checksum is only calculated on the interface (i.e. all exported symbols), it's not a generic binary checksum of the entire unit.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to