Using ProudNet

In order to use ProudNet, you need to link the Lib files in the ProudNet installation location -> Lib folder to your project. Please link the version that matches your version of Visual Studio and the compilation version (debug, release, etc.).

triangle-exclamation

The ProudNet module is available by including ProudNet.h in the ./include folder. All sources are bundled with namespace Proud, which makes it more convenient to use namespace Proud.

Contents

▪️ RMI

▪️ PIDL

Example codes variables

circle-info

For better understanding, C++ and C# code examples are written, so please refer to the variables below.

Variable name
Description

m_netCient

Instantiated CNetClient objects

m_netServer

Instantiated CNetServer objects

g_version

Globally set protocol version

Last updated