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
Post a Comment