Discussion:
Latest Indy10 and Delphi 4
(too old to reply)
Scott Slater
2008-07-04 00:10:20 UTC
Permalink
I downloaded the latest Indy10 today and was trying to install it in Delphi
4. I found that there are some D4 packages missing:

System: IndySystem40.dpk (found)
Protocols: IndyProtocols40.dpk (found)
Protocols: dclIndyProtocols40.dpk (missing)
Core: IndyCore40.dpk (missing)
Core: dclIndyCore40.dpk (missing)

I don't think I can simply copy and rename the D5 packages. Can anyone tell
me where I can find the missing D4 packages?

Thanks!
--
Scott Slater
Remy Lebeau (TeamB)
2008-07-04 00:49:29 UTC
Permalink
Post by Scott Slater
I downloaded the latest Indy10 today and was trying to install
Support for D4 was dropped a long time ago. D5 is the earliest version
still supported.


Gambit
Scott Slater
2008-07-07 16:51:14 UTC
Permalink
Thanks. I kinda figured that out later. I have an old D4 project that
sends some emails and the need has come up to start supporting SSL. The
project currently uses Indy 9 and after adding the SSL IOHandler stuff to
the project and getting it to work I started to getting AV's simply by just
having the component and units linked into the project. I don't even have
to do anything with them (just load the form and then close the form). In
fact, the forms don't even load correctly in the IDE if those components are
on the the form. I figured that there was probably some problem with the
Indy9 SSL stuff so I was going to try switching to the latest Indy 10
version. I guess that won't happen anytime soon now until I can port the
project to D2007.
--
Scott Slater
Post by Remy Lebeau (TeamB)
Post by Scott Slater
I downloaded the latest Indy10 today and was trying to install
Support for D4 was dropped a long time ago. D5 is the earliest version
still supported.
Gambit
Loading...