> function TBlockSocket.RecvChar(Timeout: Integer): Char; I not see reason for this function, because it can be easily replaced by RecvByte.
> function TBlockSocket.RecvCardinal(Timeout: Integer): Cardinal; Cardinal have different size in different delphi versions! And you can replace it by RecvInteger. (if you with different endians, you can use swapbytes function too. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
