home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dtswps.zip / README.1ST < prev   
Text File  |  1996-06-27  |  2KB  |  53 lines

  1. /******************************************************************************
  2. *
  3. *  README.1ST
  4. *
  5. *  OS/2 DTS C++ Support Package and Work Place Shell Sample Program
  6. *
  7. *  Copyright (C) 1995, 1996 IBM Corporation
  8. *
  9. *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  10. *      sample code created by IBM Corporation. This sample code is not
  11. *      part of any standard or IBM product and is provided to you solely
  12. *      for  the purpose of assisting you in the development of your
  13. *      applications.  The code is provided "AS IS", without
  14. *      warranty of any kind.  IBM shall not be liable for any damages
  15. *      arising out of your use of the sample code, even if they have been
  16. *      advised of the possibility of such damages.
  17. *
  18. ******************************************************************************/
  19.  
  20. This package provides a minimal, consistent set of files to support using
  21. development versions of the hh and hc emitters to create DTS C++ programs
  22. that can be compiled using version 3.0 of the IBM Visual Age C++ compiler
  23. on OS/2 Warp, with compiler CSD CTC303 installed.
  24.  
  25. Also included are the files necessary to build a DTS C++ Work Place Shell
  26. sample, the Postscript output for a paper describing the development
  27. of this sample (dtswps.ps), and the Postscript output for a paper describing
  28. genera issues of importance to programmers that want to implement SOM classes
  29. using IDL (dtscplus.ps).
  30.  
  31. Also included are two utilities named chkdll32 and whichdll. These can be
  32. used to verify what libraries are used by a program or dll.
  33.  
  34. The above files are packaged in the file dtsfiles.zip, accompanied by this
  35. readme.1st file.
  36.  
  37. Everything that follows assumes that your config.sys is currently set up as
  38. appropriate for using the VAC++ version described above, and that you do
  39. the following, which starts with extracting dtsfiles.zip (with subdirectories)
  40. into an empty directory named <DIR> as follows (where pkunzip is whatever
  41. program you use for unzipping files with a .zip extension):
  42.  
  43.        mkdir <DIR>
  44.        cd <DIR>
  45.        pkunzip -d dtsfiles.zip
  46.  
  47. After doing this, follow the directions in the readme.2nd file. (The reason for
  48. the two step process is to make sure that you use the -d option when extracting
  49. the files into <DIR>.)
  50.  
  51.  
  52.  
  53.