ProudNet.Eng
WebsiteProud ConsoleLanguage
  • 🌐ProudNet
    • ProudNet Introduction
    • Download and Install
      • How to verify your ProudNet license
      • AMI
    • Project Settings
      • C++
      • C#
      • Mac Xcode
      • Linux
      • Unity3D
        • iOS Build
      • Unreal Engine 4
      • Running the PIDL Compiler
    • Using ProudNet
      • Server and Client
        • Utilization of Server
        • Utilization of Client
      • RMI
        • Utilization of RMI
      • PIDL
        • Utilization of PIDL
      • Event handling
      • Communication messages
      • P2P Communication
        • Using P2P communication
    • Utilization of ProudNet
      • How to use
      • Tips for performance
    • Using DB in ProudNet
      • DB Cache System ver.2
        • DB Cache Theory and Understanding
        • Install DB Cache and Set Up Network
        • DB Cache Server and Client
        • DB Cache usage and application
          • Utilization of DB Cache
      • ADO API
      • ODBC API
    • ProudNet Utility
  • ProudNet Note
    • Technical Notes
      • Main Loop
      • Setting up a server firewall
      • Encryption and decryption
      • What to do in case of an error
      • List of error messages
      • Synchronizing Character Position
      • Client-Server Communication
      • MiniDump (Error Dump System)
      • [Version 1.6] Server-to-Server LAN Communicator
    • Glossary
    • Sample examples
  • 🌐Proud Service
    • Guide for Console
    • ProudChat
      • Download SDK
        • C++
        • C#
        • Unity3D
        • Unreal Engine 4
      • Features in Console
Powered by GitBook
On this page
  • 1. ProudNet header file
  • 2. Setting path to the library <ProudNetClient.lib> directory
  • 3. Setting library <ProudNetClient.lib> Dependencies
  • Back
  1. ProudNet
  2. Project Settings

C++

Last updated 5 months ago

C++ is built on top of the Visual Studio.

Please be aware that even if it is a server program, the client library must also be referenced to build and run.

1. ProudNet header file

In the ProudNet installation folder, you will find the include folder -> ProudNetServer, ProudNetClient header files.

The Server project gets the ProudNetServer header file and the Client project gets the ProudNetClient header file. And for the Common project, we import the ProudNetCommon header file.

Location
File name

Project

HeaderFile

Server

ProudNetServer.h

Client

ProudNetClient.h

Common

ProudNetCommon.h

The path to the included library folder will be different for each project property, and you will need to set the path for both the Debug and Release properties.

2. Setting path to the library <ProudNetClient.lib> directory

Location
Library name

Server

ProudNetServer.lib , ProudNetClient.lib

Client

ProudNetClient.h

3. Setting library <ProudNetClient.lib> Dependencies

Apply the above steps to the lib files for the Client and Server projects.


Please do not use the paths below unconditionally, but set them according to your environment and the directory where ProudNet is actually installed. For architecture- and platform-specific library paths, see .

🌐
Download and Install
⬅️
Back
ProudNet installation path/include
64-bit project, ProudNet installation path/lib/x64/v140/Debug
32-bit project, ProudNet installation path/lib/Win32/v140/Debug