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
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
Jérôme Cornuz Try to include this libc stub: https://drive.google.com/file/d/0B3IIUzTx1WiqTUc5QlNnQURzOE0/edit?usp=sharing
ReplyDeleteAlexander Volchenkov thank you for your help ! Unfortunately in the libc stub there are only a few functions ....
ReplyDeleteI didn't know that lib, very useful !!!
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