This is my demo trace route application you are trying to convert. > I cannot understand completely these parts: > for I := 0 to Pred (T) do -> (Pred(T)?????) > find PingThreadList, (Succ??)
Pred (T) means T-1 but may be more efficient for the compiler, Succ (T) means T+1, ditto. > PingThread = new TPingThread(true);??? I must delete it later? No, it deletes itself. > StrPas (HostEnt^.h_name) ; -> HostEnt^.h_name????? > SetLength (PingThreadList, Succ (Length (PingThreadList))) ; This stuff is in the component itself, you don't need to change that unless you've decided the convert the whole ping component to C++. Angus -- 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