home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Collection - Online Library - January 1996 / CKITOS2196.ISO / diskette / gg244090.dsk / unc.dsk / README.TXT < prev   
Text File  |  1993-11-16  |  5KB  |  87 lines

  1. ***********************************************************************
  2. ***                                                                 ***
  3. ***       IBM International Technical Support Organization          ***
  4. ***                        Austin Center                            ***
  5. ***                                                                 ***
  6. ***                        Sample Code for                          ***
  7. ***                                                                 ***
  8. ***          Developing DCE Applications for AIX and OS/2           ***
  9. ***                                                                 ***
  10. ***                           GG24-4090-0                           ***
  11. ***                                                                 ***
  12. ***                      July 1st 1993 version                      ***
  13. ***                                                                 ***
  14. ***********************************************************************
  15.  
  16. *************************** Disclaimer ********************************
  17.  
  18. References in this package to IBM products, programs or services do not
  19. imply that IBM intends to make these available in all countries in which
  20. IBM operates.  Any reference to an IBM product, program, or service is not
  21. intended to state or imply that only IBM's product, program, or service may
  22. be used.  Any functionally equivalent program that does not infringe any of
  23. IBM's intellectual property rights may be used instead of the IBM product,
  24. program or service.
  25.  
  26. Information in this package was developed in conjunction with use of the
  27. equipment specified, and is limited in application to those specific
  28. hardware and software products and levels.
  29.  
  30. IBM may have patents or pending patent applications covering subject matter
  31. in this package.  The furnishing of this package does not give you any
  32. license to these patents.  You can send license inquiries, in writing, to
  33. the IBM Director of Commercial Relations, IBM Corporation, Purchase,
  34. NY 10577.
  35.  
  36. The information contained in this package has not been submitted to any
  37. formal IBM test and is distributed AS IS.
  38.  
  39. The use of this information or the implementation of any of these
  40. techniques is a customer responsibility and depends on the customer's
  41. ability to evaluate and integrate them into the customer's operational
  42. environment.  While each item may have been reviewed by IBM for accuracy in
  43. a specific situation, there is no guarantee that the same or similar
  44. results will be obtained elsewhere.  Customers attempting to adapt these
  45. techniques to their own environments do so at their own risk.
  46.  
  47. This package contains examples of data used in daily
  48. business operations.  To illustrate them as completely as possible, the
  49. examples contain the names of individuals, companies, brands, and products.
  50. All of these names are fictitious and any similarity to the names and
  51. addresses used by an actual business enterprise is entirely coincidental.
  52.  
  53. *********************** End of Disclaimer *****************************
  54.  
  55.  
  56. This diskette contains several directories named CHAPTER.xx. Each directory
  57. contains one or more sample programs described on the equivalent xx chapter
  58. of the Developing DCE Applications for AIX and OS/2  book.
  59.  
  60. There is also one directory named UTILS that contains some utilities to 
  61. convert AIX text files to OS/2 text files and vice versa.
  62.  
  63. Some directories may have it's own README.TXT file. When you find a README 
  64. file please read it prior to compile and run the samples.
  65.  
  66. ------------------------------------------------------------------------
  67.  
  68. Note for OS/2 users: IBM DCE for OS/2 supports HPFS and FAT file systems.
  69. When installing IBM DCE for OS/2 development environment you can install
  70. DCE include files for HPFS system and/or for FAT systems. The IDL 
  71. compiler can also generate files with long filenames for HPFS systems and
  72. short filenames for FAT systems. All samples in this diskette are using
  73. filenames compatible with the HPFS environment. If your environment if
  74. FAT you have to modify the name of the files generated by the IDL compiler
  75. in all makefiles and the name of the include file generated by the IDL
  76. compiler in each C source file.
  77.  
  78. Note for AIX users: An install script called INSTALL.AIX is provided
  79. to help you in copying all files from this diskette into your AIX system.
  80. Using dosread copy INSTALL.AIX from this diskette into your system.
  81. Run it and all files and the directory structure contained in this
  82. diskette will be duplicated in your system.
  83.  
  84.  
  85. ------------------------------------------------------------------------
  86.  
  87.