home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / h2d130.zip / README / H2D.TXT
Text File  |  1997-07-12  |  3KB  |  103 lines

  1. H2D.TXT                          Copyright (c) 1996-97 xTech Ltd
  2. ----------------------------------------------------------------
  3.  
  4.                           H2D v1.30
  5.                           ---------
  6.                          OS/2 Edition
  7.  
  8.                         Read Me First!
  9.  
  10.  
  11. H2D is a translator of C header files into Modula-2 definition
  12. modules. It is intended to be used with XDS family of Modula-2 /
  13. Oberon-2 development systems, but can be adopted to other
  14. Modula-2 compilers. We provide H2D to the public on a freeware 
  15. basis in order to encourage more people to use Modula-2 and
  16. Oberon-2.
  17.  
  18. NOTE:
  19.  
  20. This software is provided "as is". xTech Ltd. makes no warranty 
  21. or representation, either express or implied, with respect to the 
  22. software and documentation included with H2D. In no event will
  23. xTech Ltd. be liable for direct, indirect, special, incidental or
  24. consequential damages resulting from any defect in the software or
  25. documentation included with this product. In particular, xTech Ltd.
  26. shall have no liability for any programs or data used with this
  27. product, including the cost of recovering programs or data.
  28.  
  29.  
  30. 1. Installation 
  31. ---------------
  32.  
  33.  
  34. 1.1. Non-XDS installation 
  35.  
  36. If you plan to use H2D with a third-party (non-XDS) compiler,
  37. create a new directory (e.g. C:\H2D) and unzip the archive into it. 
  38.  
  39. NOTE: if you are using PKUNZIP*, specify the -d option, to have
  40.       files unzipped into directories.
  41.  
  42. Example
  43.  
  44.     c:
  45.     mkdir \H2D
  46.     cd \H2D
  47.     unzip c:\h2d130_os2.zip
  48.  
  49. In  the  following text we assume that you have chosen the C:\H2D
  50. directory for installation. If another directory was used, please
  51. use the name of that directory instead.
  52.  
  53. Now, edit the CONFIG.SYS file:
  54.  
  55.   - add the directory C:\H2D\BIN to executables search PATH
  56.   - add the directory C:\H2D\DOC to the BOOKSHELF environment variable
  57.  
  58. Shutdown and reboot your system to make the changes work.
  59.  
  60.  
  61. 1.2. Upgrading an existing XDS installation
  62.  
  63. If you are upgrading H2D which came with your XDS compiler, unzip
  64. the archive to the root XDS directory, say C:\XDS: 
  65.  
  66. NOTE: if you are using PKUNZIP*, specify the -d option, to have
  67.       files unzipped into directories.
  68.  
  69.     c:
  70.     cd \xds
  71.     unzip c:\download\h2d130_os2.zip
  72.  
  73. No additional setup or reboot is required.
  74.  
  75.  
  76. 2. How to start
  77. ---------------
  78.  
  79. To invoke H2D, type
  80.  
  81.     h2d <header file>
  82. or
  83.     h2d =p <project file>    
  84.  
  85. at the OS/2 command prompt and press Enter.
  86.  
  87. To view the H2D on-line documentation, type
  88.     
  89.     view h2d
  90.  
  91.  
  92. 3.Contacts
  93. ----------
  94.  
  95. WWW:    http://www.xds.ru/xds/
  96.         http://www.dct.com/~johnm/xds.html
  97.     http://ourworld.compuserve.com/homepages/modulaware/xds.htm
  98.  
  99. FTP:    ftp://ftp.xds.ru/pub/xds
  100.         ftp://ftp.dct.com/pub/pmi
  101.  
  102. E-mail: support@xds.ru
  103.