Can someone explain the new FPC source layout? I find out so far: In rtl/inc/systemh.inc there is
{$ifndef FPC_HAS_FEATURE_SUPPORT} ... {$define FPC_HAS_FEATURE_CLASSES} ... {$ENDIF} Because FPC 2.3.1 defines FPC_HAS_FEATURE_SUPPORT the above is never executed and therefore FPC_HAS_FEATURE_CLASSES is never defined. So for example TObject is never defined. What defines FPC_HAS_FEATURE_CLASSES and the other features? Mattias _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal