> I have finished the translation of my dll, I use only Synapse objects now > for the use of sockets. My dll is working properly with 2 programs, but > crashes with an another program. The part which crashes is called by > thread in the main program, is it the reason? My question is: Is Synapse > thread safe, is possible to call functions of synapse inside a thread?
You can call it from threads, just use justne Synapse class instance within one thread. Do not call one instance form more threads. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ------------------------------------------------------------------------- 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
