PDA

View Full Version : Delphi Component Help



Northowl
01-02-2012, 12:17 PM
OK so I've download some source files a while back but when I tried compiling it in Delphi 7 it couldn't because it uses the Winsock component and since it was replaced with Indy from Delphi 6+.

I downloaded Delphi 5 and tried compiling it again but then it needed other components so I was wondering if there isn't a way to extract the winsock component from delphi 5 and import it into Delphi 7 or maybe a download link for Winsock 1.1 because I Found a link for Winsock 2 but the source files either need Winsock 1.1 or I didn't import Winsock 2 correctly.

User137
01-02-2012, 07:10 PM
Delphi 7 has winsock too, in the sockets.pas and winsock.pas units. Maybe you didn't install internet components. Indy is a separate thing.