home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / cunit100 / readme.txt < prev   
Text File  |  1996-02-14  |  4KB  |  104 lines

  1.  
  2. README file for CUNIT version 1.0. July 1995.
  3.  
  4. 1) Why CUNIT?
  5. =============
  6.  
  7. There are several shareware programs available which also perform unit
  8. conversions. Why was CUNIT written?
  9.  
  10. I have tried some of these programs and although they have all kinds
  11. of nice feeatures, I am not entirely comfortable with them -
  12. especially if you want to add units. One allows you to edit an entire
  13. table. This is unnecessary and it is very easy to currupt the table. I
  14. did not feel comfortable with this program and decided to write my
  15. own.
  16.  
  17. With CUNIT you can easily add your own groups and units. It is very
  18. easy to use and you should have no problem if you are a Windows user.
  19.  
  20. CUNIT also comes with a full set of units for chemical engineers -
  21. with values for R etc. Very handy for a quick conversions....
  22.  
  23. CUNIT is also FREE - no shareware fee is required and you may use it
  24. anywhere you wish. The program may also be freely distributed provided
  25. that you distribute the original version. You may also distribute your
  26. own CUNIT.DAT file if you have added new units - but in this case
  27. please mention that the file is NOT the original supplied with CUNIT.
  28.  
  29. CUNIT is also a very small program and required very little space.
  30.  
  31. The units supplied with it were taken from several text books and
  32. verified again.
  33.  
  34. 2) Installation instructions
  35. ============================
  36.  
  37. First of all create the directory where you want the program to be
  38. installed, eg:
  39.  
  40. md \cunit
  41.  
  42. Now unzip the archive to this directory.
  43.  
  44. Now go back to Windows and select the group in which you want the
  45. cunit icon to appear. Now from the File Manager menu do the following:
  46. Click on File, New, Program Item, OK. Type CUNIT and press TAB. Now
  47. enter the full path to the exe file, eg c:\cunit\cunit.exe. Now click
  48. on OK.
  49.  
  50. The icon should now appear and you can run cunit!
  51.  
  52. 3) Operating System
  53. ===================
  54.  
  55. CUNIT was designed for Windows 3.1. It used only standard Windows API
  56. functions and should therefore execute with now problem on Windows 95,
  57. NT and OS/2.
  58.  
  59. 4) FREEWARE
  60. ===========
  61.  
  62. CUNIT may be freely used and copied by all who like it. No royalties
  63. or registration fees are charged. If you enjoy the program, it is all
  64. the reward I require.
  65.  
  66. CUNIT is copyright by BJ van der Merwe. This means that you may NOT
  67. change the file CUNIT.EXE in any way.
  68.  
  69. 5) About the author
  70. ===================
  71.  
  72. CUNIT was written by BJ van der Merwe, a professional chemical
  73. engineer and author of several other programs. The program was
  74. carefully written to check for many potential situations and should
  75. run without a glitsch.
  76.  
  77. The conversion factors used by CUNIT are stored in the file CUNIT.DAT.
  78. This is an ASCII file which may be edited if you so desire. Editing it
  79. is NOT recommended as CUNIT reads the entire file and overwrites it
  80. again every time you change any unit or group. If you must edit the
  81. file, do not change the format and use extreme CAUTION! Ideally you
  82. should make all changes using the program itself!
  83.  
  84. 6) Networks
  85. ===========
  86.  
  87. If you install CUNIT on a LAN and want users to be able to add units,
  88. they needs writing rights to the file CUNIT.DAT. For secutiry purposes
  89. it is recommended that you limit this access.
  90.  
  91. 7) Disclaimer
  92. =============
  93.  
  94. Although every effort was made to ensure the absolute reliability of
  95. CUNIT, the final responsibility for using CUNIT rests with the USER.
  96. The author accepts no liability in any way.
  97.  
  98. 8) Borland
  99. ==========
  100.  
  101. CUNIT was written with the Borland C++ compiler version 4.0. It is an
  102. excellent development system and is highly recommended.
  103.  
  104.