Is it possible to static link OpenSSL with Indy on Windows? Found this SO answer: http://stackoverflow.com/a/19696062 but I am not sure how to do number 1 on Windows:

Is it possible to static link OpenSSL with Indy on Windows? Found this SO answer: http://stackoverflow.com/a/19696062 but I am not sure how to do number 1 on Windows:

1.compile/obtain static .lib/.a files for OpenSSL for your target platform(s) (static .a files for iOS are provided at Indy's Fulgan mirror).
http://stackoverflow.com/a/19696062

Comments

  1. Alexander Volchenkov thank you for your help ! Unfortunately in the libc stub there are only a few functions ....
    I didn't know that lib, very useful !!!

    ReplyDelete
  2. Thank you all for your answers. I will try to do a static lib compile with OpenSSL when I have more time but for the moment I think I'll go with Jérôme Cornuz's suggestion and use a third party component.

    ReplyDelete

Post a Comment