Hello ! Yes, i did understand that. But there is still problem - I don't know Delphi language, only C++(Builder). Can you help me at translate this code to C++ ?
---- ProgMaster >From: "Francois PIETTE" <[EMAIL PROTECTED]> >Reply-To: ICS support mailing <[email protected]> >To: "ICS support mailing" <[email protected]> >Subject: Re: [twsocket] [PHISHING] - Troubles with using >TPinginmultithreaded apps(DnsLook >Date: Sun, 7 Jan 2007 14:33:24 +0100 > > > I've download this sources. But there is using TICMP component, which > > isn't > > included into ICS. > >TICMP is not a component it is a class to encapsulate ICMP.DLL. It /is/ in >ICS. It is the base of the TPing component. > > > But i'm talking about original ICS component TPing. > >To give the whole picture: ping is an application of the ICMP protocol. >This >protocol is handled by icmp.dll which is part of Windows. TIcmp class >encapsulate that DLL. TPing component is a component wrapper around TIcmp. > > >http://www.magsys.co.uk/download/software/pingthrd.zip > >You should really use that one, at least as a base for your own code. > >-- >Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html >-- >[EMAIL PROTECTED] >http://www.overbyte.be _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
