home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / unicon15 / readme.txt < prev    next >
Text File  |  1996-02-14  |  2KB  |  59 lines

  1. Unicon is a unit conversion program for length, area, volume, mass, 
  2. speed, energy, pressure, power, time, light, and temperature.
  3. A reference list of physical and mathematical constants is included.
  4. The user can also create and edit a custom conversion file.
  5.  
  6. Unicon runs in Microsoft Windows 3.1 and requires the Microsoft 
  7. Visual Basic run-time library VBRUN300.DLL which is available 
  8. from most on-line services and bulletin boards.
  9.  
  10. The data files are organized as follows:
  11.  
  12. UNICON.DAT      Standard units of measure for conversions.
  13. CONSTANT.DAT    Physical and math constants.
  14. CUSTOM.DAT      User file for conversions.
  15.  
  16. In order to create a custom file, use a standard text editor like
  17. Notepad or Edit.
  18.  
  19. On the 1st Line, list the conversion title as you wish it to appear
  20. on the button, e.g. Currency, Tax, Commission, etc.
  21. Decide on a reference unit, e.g. U.S. Dollar.    
  22.  
  23. On each successive line, list the unit name, a comma, and the 
  24. multiplication factor needed to convert FROM the unit TO the 
  25. reference unit.  For example, a currency file where 100 yen equal
  26. one U.S dollar would look like this: 
  27.   
  28.     Currency
  29.     U.S. Dollar, 1
  30.     Yen, 0.01
  31.  
  32. Save the file using the name CUSTOM.DAT
  33.  
  34. Additional constants can be added to the CONSTANT.DAT file using
  35. a text editor. 
  36.  
  37. Release Information
  38.  
  39. 1.0     Original release 4-12-92.
  40.  
  41. 1.1     Unicon.dat updated with higher accuracy conversion factors,      
  42.     corrections, and new conversions.  Unicon.exe updated to
  43.     calculate and display numbers in double precision format.
  44.     7-19-92.
  45.  
  46. 1.11    Fixed font problem displaying double precision numbers.  Added
  47.     cut and paste functions.  9-1-92.
  48.  
  49. 1.2     Added math and physical constants for reference.  Added a   
  50.     "short cut" key to reverse conversion direction.  12-31-92
  51.  
  52. 1.3     Recompile of Unicon for VBRUN200.DLL.  8-10-93
  53.  
  54. 1.4     Added custom file feature for user unique coversions.  12-2-93
  55.  
  56. 1.5     Recompile for VBRUN300.DLL.  1-3-95
  57.  
  58. Carl Henry
  59.