delphi - How to find Indy servers in Delphi7? -


can't find indy servers in delpi7 how fix need work winsocks can't find on panel of delphi7 ide

if have standard delphi7 install, try this

  • in ide go component | install packages

  • in pop-up, click add , navigate delphi bin folder, should see package dclindy70.bpl. open it.

you should have indy components on component palette. they'll bit out of date, of course, indy has moved on bit since time.

btw, if decide upgrade more recent version of indy, make sure make of entire project, .dfm(s). such long time between version current d7 , now, may find component properties out of date, ide complain when loading .dfm(s).


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -