Project Settings
Last updated
Last updated
Set up projects for each environment.
To use Remote Method Invocation(RMI) in ProudNet, you must first create a file with the PIDL extension.
The PIDL file is the source file that defines the messages that will be sent and received between the hosts. Compiling the PIDL file will create a proxy and a stub, which will be included in the host program.
Do not specify a message first ID value of 60,000 or higher. Values above 60,000 are already specified as message ID values in ProudNet's internal PIDL. Overlapping message IDs will cause an exception in the AttachProxy and AttachStub functions.
The following are the basic usage formats for PIDL files.
An example PIDL file is shown below.
Reference
Run the PIDL compiler
Start a server and client to prepare of using ProudNet.