home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / developer_install / ReplicaNetFreewareV5_4.exe / data1.cab / Program_Executable_Files / Example2 / ReadMe.txt < prev    next >
Encoding:
Text File  |  2005-10-30  |  800 b   |  19 lines

  1. Example 2
  2.  
  3. This example shows:
  4. How to define functions that can be called on other network objects.
  5. How to add custom types so that they can be used for networked functions.
  6. How to use the ROL to cause an object to recover from a fault.
  7.  
  8. This example is kept deliberately small so you can see what is really going on.
  9. The demonstration starts by searching for a network session and if one is not found then
  10. one is created using the defaults chosen by ReplicaNet.
  11. The networked class member functions are called from the Test1::RunTest() function.
  12. The Test1 object is also able to recover from a fault where a session quits. This is made
  13. possible because the object returns 'true' from the ApproveFault() virtual function.
  14.  
  15.  
  16. Available project build configurations:
  17. ReleaseMT
  18. DebugMT
  19.