I'm using Indy with Delphi for FTP or email. With Delphi XE2 I deployed ssleay32.dll and libeay32.dll and my application run correctly to my customers.
But since the upgrade to XE6, some clients have a error message who say that can not find msvcr100.dll.
Is it a new dll to deliver ?
With your help, I found a solution.
With ssleay32.dll and libeay32.dll delivered with XE6 I have need to deploy msvcr100.dll. ssleay32.dll and libeay32.dll are in Version 1.0.0.7 ( 1.0.0g in http://indy.fulgan.com/SSL/ )
With the last release of it ( 1.0.1.10 ( 1.0.1j in http://indy.fulgan.com/SSL/ ) I do not need to deploy msvcr100.dll .