Re: [openssl-users] Dynamic link openssl with Visual Studio

2015-03-12 Thread Thomas J. Hruska
On 3/12/2015 9:34 AM, Ken Goldman wrote: On 3/11/2015 1:39 PM, Serj Rakitov wrote: 11.03.2015, 20:22, "Ken Goldman" : I would like to use the Shining Light precompiled openssl binaries within Visual Studio. I think you must simply build static or dynamic libraries(as you need) with Visual C+

Re: [openssl-users] Dynamic link openssl with Visual Studio

2015-03-12 Thread Ken Goldman
On 3/11/2015 1:39 PM, Serj Rakitov wrote: 11.03.2015, 20:22, "Ken Goldman" : I would like to use the Shining Light precompiled openssl binaries within Visual Studio. I think you must simply build static or dynamic libraries(as you need) with Visual C++ yourself. And they will work. Shinin

Re: [openssl-users] Dynamic link openssl with Visual Studio

2015-03-11 Thread Serj Rakitov
11.03.2015, 20:22, "Ken Goldman" : > I would like to use the Shining Light precompiled openssl binaries > within Visual Studio. > > I can dynamic link with gcc and the libraries in OpenSSL/lib/MinGW > > I can static link with VS and the libraries in OpenSSL/lib/VC/static > > When I dynamic link wi

Re: [openssl-users] Dynamic link openssl with Visual Studio

2015-03-11 Thread Serj Rakitov
11.03.2015, 20:22, "Ken Goldman" : > I would like to use the Shining Light precompiled openssl binaries > within Visual Studio. > > I can dynamic link with gcc and the libraries in OpenSSL/lib/MinGW > > I can static link with VS and the libraries in OpenSSL/lib/VC/static > > When I dynamic link w