Re: [twsocket] [PHISHING] - Troubles with using TPinginmultithreaded apps(DnsLook

2007-01-07 Thread Aleksey Potjomkin
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 twsocket@elists.org
To: ICS support mailing twsocket@elists.org
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


Re: [twsocket] [PHISHING] - Troubles with using TPinginmultithreaded apps(DnsLook

2007-01-07 Thread Wilfried Mestdagh
Hello Aleksey,

There is really not mutch difference between pascal and c. Please look
carefully and you know it in minutes. To give a few examples:
:= =
begin {
end }
= ==
. - if it is a pointer
var need in c the 
and a few other minor things.

if something you dont understeand please ask.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Sunday, January 7, 2007, 14:39, Aleksey Potjomkin wrote:

 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 twsocket@elists.org
To: ICS support mailing twsocket@elists.org
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