In addition to previous message: Jon's suggestion with {$IF CompilerVersion >= ##} looks pretty, and if the only thing preventing from using it is a new compiler versions, it could be easily solved by this code:
{$IF CompilerVersion > LastKnownAndTestedCompilerVersion} Error ( Sorry, I don't know this compiler version ) {$ENDIF} -- Anton -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be