mirror of
https://gitee.com/ldcsaa/HP-Socket.git
synced 2024-11-29 10:17:48 +08:00
.. | ||
Demo | ||
Dependent | ||
Include/HPSocket | ||
Other Languages | ||
Project | ||
Script | ||
Src | ||
Change-APIs.txt | ||
Change-Log.txt | ||
LICENSE | ||
README.md |
HP-Socket for Windows
There are several projects under the project/ directory to compile HP-Socket dynamic library or static library, and support different versions of MSVC compiler. Open the solution file (HPSocket-20XX.sln) with the corresponding MSVC IDE for execution.
- Project/HPSocketDLL-20XX -> HP-Socket DLL
- Project/HPSocketDLL4C-20XX -> HP-Socket 4C DLL
- Project/HPSocketLIB-20XX -> HP-Socket LIB
- Project/HPSocketLIB4C-20XX -> HP-Socket 4C LIB
You can also run the following batch file through MSVC command prompt for MSBuild quick compilation:
Script/build-libs.bat [MSVC_VERSION]
( MSVC_VERSION default value is "2010" )