开源的socket服务端客户端,支持C# C++

Readme.txt 1.3KB

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