Board index » delphi » TCP/IP Protocol

TCP/IP Protocol

Hello.

    Does anyone knows about an object that can manage  TCP/IP connection
for Delphi 1 similar like what the TCP object does in Delphi 3 ?

Thank you,
Eran.

 

Re:TCP/IP Protocol


I haven't tried it in D1, but Andreas H?rstemeier's TCP/IP components are
supposed to work. http://www.westend.de/~hoerstemeier (freeware with
source!)
--
Tim Borman
tbor...@nospam.prophase.com
please reply to this newsgroup
-----------------------------------------------------

Quote
Eran Pick wrote in message <353E79E2.4B691...@carpetmaster.com>...
>Hello.

>    Does anyone knows about an object that can manage  TCP/IP connection
>for Delphi 1 similar like what the TCP object does in Delphi 3 ?

>Thank you,
>Eran.

Re:TCP/IP Protocol


In article <353E79E2.4B691...@carpetmaster.com>, d...@carpetmaster.com
says...

Quote
> Hello.

>     Does anyone knows about an object that can manage  TCP/IP connection
> for Delphi 1 similar like what the TCP object does in Delphi 3 ?

dWinsock works witrh Delphi 1.02, 2, 3 and Borland C++ Builder.

http://www.getshareware.com/dwinsock

Cheers
--------------------------------------------------------------------
Marc Palmer, AnyWare Ltd.?????????????????? http://www.anyware.co.uk

?Download Channel Maker and create IE4 Active Channels in minutes!
Got a web page? Get a channel - http://www.anyware.co.uk/anyware/cm

Re:TCP/IP Protocol


Quote
>     Does anyone knows about an object that can manage  TCP/IP connection
> for Delphi 1 similar like what the TCP object does in Delphi 3 ?

TWSocket from the ICS package works with ALL Delphi versions and C++
Builder version (including the very old Delphi desktop 1.0 16 bits !).
You've got not only the winsock component, but a full range of internet
components for EMail, file transfer, web and so on.

ICS is FREEWARE with FULL source code, many sample programs and free
support using a mailing list. Download from
http://www.rtfm.be/fpiette/indexuk.htm

--

francois.pie...@ping.be

Other Threads