336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
OpenSSL x64 Build
Windows7 64bit
Visual Studio 2013
1. download openssl
openssl-1.0.2j.tar.gz |
extract to D:\openssl-1.0.2j
2. download/install ActivePerl for Win64
http://www.activestate.com/activeperl/downloads
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts
execute VS2013 x86 네이티브 도구 명령 프롬프트, VS2013 x64 Native Tools Command Prompt
change directory to D:\openssl-1.0.2j
3. Setting Target openssldir
perl Configure VC-WIN64A --openssldir=C:\OpenSSL-x64 no-shared no-asm threads
4. Setting complie enviroment
ms\do_win64a.bat
5. Complie
nmake -f ms\ntdll.mak install
'Programming > C,CPP,CS' 카테고리의 다른 글
oRTP (0) | 2016.10.11 |
---|---|
log4cxx dll build (1) | 2016.09.27 |
debug_crt_heap table (0) | 2016.09.19 |
Programming Memory Error Magic Number (0) | 2016.09.19 |
openssl error LNK2019: 외부 기호 에러 (0) | 2016.09.19 |