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 / Example6 / ReadMe.txt < prev    next >
Encoding:
Text File  |  2005-10-30  |  681 b   |  17 lines

  1. Example 6
  2.  
  3. This example is a quick demonstration that creates ReplicaObject objects and uses extended DataBlocks
  4.  
  5. This demonstration shows: 
  6.  
  7. How to extend DataBlocks with your own class.
  8. How to expand the ROL files to allow an extended DataBlock to be registered using the ROL.
  9. How to use the automatic DataBlock registering function to allow an extended DataBlock to be registered without using the ROL extensions.
  10. How to create a class that contains compound DataBlock members such as a 3D vector type class called NetworkVector3.
  11. How to create a DataBlock derived class that updates an STL container.
  12.  
  13.  
  14. Available project build configurations:
  15. ReleaseMT
  16. DebugMT
  17.