Replies: 2 comments
|
Figured out that I had some other package that was compiled using Indy components. |
0 replies
There is 3 runtime packages - IndySystem, IndyCore, and IndyProtocols. And 2 design-time packages - dclIndyCore and dclIndyProtocols. All 5 need to be updated together, you can't just pick and choose which ones to update.
Indy removed the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've have a legacy application which is built with Delphi 2007 and sends emails using TIdSMTP component. I needed to update it to support TLS 1.2 in order to send email via Amazon SES. I updated the Indy Core and Protocols package to 10.6.20 but when I got to compile my application it fails because it is unable to find IdSys.dcu.
Does anyone have an idea on where that is coming from? Any help would be appreciated.
Thanks.
Dean Millam
All reactions