We don't display ads so we rely on your Bitcoin donations to 1KWEk9QaiJb2NwP5YFmR24LyUBa4JyuKqZ
Post date: Mar 9, 2010 9:55:09 PM
If you have installed a newer Delphi version and you have a legacy application using the TServerSocket and TClientSocket components you might not be able to use them. Delphi socket components are no longer installed into the component palette by design. Therefore you will not be able to compile your project.
The package, with the components, needs to be manually located and added to the IDE.
The TServerSocket and TClientSocket components are a part of the "dclsockets" package library.
Here are the steps needed to have them under component palette:
TServerSocket and TClientSocket are listed in the Internet category of the Tool Palette.