HP-Socket/Windows
2024-09-23 06:01:19 +08:00
..
Demo 20240921 2024-09-21 04:36:19 +08:00
Dependent 20240923 2024-09-23 06:01:19 +08:00
Include/HPSocket 20240921 2024-09-21 04:36:19 +08:00
Other Languages 20210115 2021-01-15 15:38:07 +08:00
Project 20240921 2024-09-21 04:36:19 +08:00
Script 20240812 2024-08-12 23:58:34 +08:00
Src 20240921 2024-09-21 04:36:19 +08:00
Change-APIs.txt 20240124 2024-01-24 16:56:24 +08:00
Change-Log.txt 20240921 2024-09-21 04:36:19 +08:00
LICENSE 20210115 2021-01-15 15:38:07 +08:00
README.md 20220303 2022-03-03 23:04:51 +08:00

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" )