Skip to content

Files

Latest commit

May 18, 2025
37b9f83 · May 18, 2025

History

History

Windows

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 18, 2025
May 18, 2025
May 18, 2025
Dec 18, 2019
May 18, 2025
Sep 20, 2024
May 18, 2025
Jan 24, 2024
May 18, 2025
Dec 3, 2018
Mar 3, 2022

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