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

Link with caution, as it will not work if the versions do not match.

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

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

Variable nameDescription

m_netCient

Instantiated CNetClient objects

m_netServer

Instantiated CNetServer objects

g_version

Globally set protocol version

Last updated