Openssl static libraries created for Windows 32bit using MinGW compiler Compiled with: ./Configure no-asm mingw Zip contains the include folder and li Read More
posted @ 2017-02-07 00:06 findumars Views(3918) Comments(0) Diggs(0)
The complete explanation is that 1.0.x and 1.1.x do not have the same naming conventions for the generated libraries. OpenSSL 1.1.x has moved into wha Read More
posted @ 2017-02-06 23:40 findumars Views(3606) Comments(0) Diggs(0)
c:\openssl\bin>opensslOpenSSL> versionOpenSSL 1.0.2j 26 Sep 2016OpenSSL> https://wiki.openssl.org/index.php/Command_Line_Utilities 官方的安装手册: https://gi Read More
posted @ 2017-02-06 23:33 findumars Views(2221) Comments(0) Diggs(0)
MAKEFILE_GENERATOR = MINGWQMAKE_PLATFORM = win32 mingwCONFIG += debug_and_release debug_and_release_target precompile_headerDEFINES += UNICODEQMAKE_CO Read More
posted @ 2017-02-06 22:38 findumars Views(1220) Comments(0) Diggs(0)
How to Capture the Integer-Divide-By-Zero Error in C++? MANUAL CAPTURE The simple and straightforward method is to check it manually if possible. The Read More
posted @ 2017-02-06 21:29 findumars Views(1147) Comments(0) Diggs(0)