|
<h2>*** HP-Socket Դ ***</h2>
<p>1Ŀ̣뻷 VS2010</p>
<pre><code>Project/HPSocketDLL -> HP-Socket DLL
Project/HPSocketDLL4C -> HP-Socket 4C DLL
Project/HPSocketLIB -> HP-Socket LIB
Project/HPSocketLIB4C -> HP-Socket 4C LIB
</code></pre>
<p>2VS2015 뷽</p>
<pre><code>1) Ŀ̣磺 Project/HPSocketDLL4C Ϊ Project/HPSocketDLL4C-2015
2) VS2015 ƳḶ́ʾȷļ
3) Ŀ
Configuration Properties -> VC++ Directories
* Platform: Win32
* Configuration: Debug-SSL,uDebug-SSL,Release-SSL,uRelease-SSL
> Include Directories => ..\..\..\Common\Lib\openssl\$(VisualStudioVersion)\x86\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);
> Library Directories => ..\..\..\Common\Lib\openssl\$(VisualStudioVersion)\x86\lib;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86
* Platform: x64
* Configuration: Debug-SSL,uDebug-SSL,Release-SSL,uRelease-SSL
> Include Directories => ..\..\..\Common\Lib\openssl\$(VisualStudioVersion)\x64\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);
> Library Directories => ..\..\..\Common\Lib\openssl\$(VisualStudioVersion)\x64\lib;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64
</code></pre>
|