C++

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

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.

ProudNet installation path/include

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

Location
Library name

Server

ProudNetServer.lib , ProudNetClient.lib

Client

ProudNetClient.h

64-bit project, ProudNet installation path/lib/x64/v140/Debug
32-bit project, ProudNet installation path/lib/Win32/v140/Debug

3. Setting library <ProudNetClient.lib> Dependencies

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


⬅️ Back

Last updated