> I'm using FPC 2.6.0 on Linux with newest SVN's Synapse codebase. I'm > writing few console based applications which utilise non-blocking TCP > connection and I've found Synapse as the best one library on the > market, thank you very much for well done job! :) I need to connect > HookMonitor and/or HookStatus to my apps, however I'm lacking a bit > od knowledge to do so. Could you please point me to some examples for > hooking Status and Monitor in console (non-Lazarus) application? > Thank you in advance, Jason
See the synadbg.pas unit. If you want to socket debug log, just add synadbg unit to your uses, and then assign TSynaDebug.HookStatus or TSynaDebug.HookMonitor to the OnStatus or OnMonitor events. -- Lukas Gebauer. http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. http://geoget.ararat.cz/ - Geocaching solution ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
