home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / readme.txt < prev   
Text File  |  1996-07-23  |  3KB  |  65 lines

  1. RPC Sample Directory Tree
  2.  
  3.  
  4. The RPC directory contains several sample RPC distributed applications.
  5.  
  6. Directory        Description
  7.  
  8. CALLBACK         Fibonacci number implemented as static callback.
  9. CLUUID           Manager entry point vector sample.
  10. DATA\INOUT       Directional attributes.
  11. DATA\DUNION      Discriminated union.
  12. DATA\XMIT        Transmit as attribute.
  13. DATA\REPAS       Represent as attribute.
  14. DICT             Client-server transaction processing.
  15. DOCTOR           RPC version of Eliza-like therapist program.
  16. DYNEPT           Dynamic Endpoint demonstration.
  17. HANDLES\AUTO     Auto handles.
  18. HANDLES\USRDEF   User-defined handles.
  19. HANDLES\CXHNDL   Context handles.
  20. HELLO            Print a string "hello, world" on the server.
  21. INTEROP          Demonstrates OSF DCE RPC and MS RPC interoperbility.
  22. MANDEL           Mandelbrot set Windows sample.
  23. NS\CDS           Gateway protocol for DCE CDS nane service.
  24. NS\NHELLO        Classic "hello, world" sample using name service.
  25. OBJECT\CALLAS    Object sample illustrating call_as.
  26. OBJECT\OHELLO    Object sample illustrating a custom interface.
  27. PICKLE\PICKLP    Procedure serialization (a.k.a. pickling).
  28. PICKLE\PICKLT    Data type serialization (a.k.a. pickling).
  29. PIPES            Use of the [pipe] attribute.
  30. RPCSSM           RpcSs/m memory package sample.
  31. RPCSVC           A Windows NT system service which uses RPC.
  32. STROUT           Dynamically allocated strings with [out] attribute.
  33. WINTYP           A client-server bitmap processor.
  34. WHELLO           Windows version of "hello, world" sample.
  35. YIELD            Demonstrate yield capability for MS Windows 3.x.
  36.  
  37. The source files within each directory (with the exception
  38. of the Windows samples) follow the naming convention:
  39.  
  40. README.TXT     Instructions to build, run the sample
  41. <dirname>.IDL  Interface definition language file
  42. <dirname>.ACF  Application configuration file
  43. <dirname>C.C   Client main program
  44. <dirname>S.C   Server main program
  45. <dirname>P.C   Remote procedures
  46. MAKEFILE       Nmake file to build Windows NT or Windows 95 version
  47. MAKEFILE.DOS   Nmake file to build MS-DOS version
  48. MAKEFILE.WIN   Nmake file to build Win 3.x version
  49.  
  50. The Microsoft Windows sample programs use several additional
  51. files and do not conform to this naming convention. See the
  52. README.TXT file in each directory for specific information
  53. about the files.
  54.  
  55.  
  56. NOTE for building client applications on MS-DOS / WIN 3.x
  57. ---------------------------------------------------------
  58.  
  59. You will first need to install the Microsoft Visual C/C++ version 1.5
  60. development environment and the 16-bit RPC SDK on your Windows NT or
  61. Windows 95 machine.
  62.  
  63. There are two different versions of RPC.H for MS-DOS and WIN 3.x.
  64. Please add the proper path to your INCLUDE environment variable.
  65.