home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #6 / CDD_6_95.ISO / cdd / winanw / scvs50 / scvs50.txt < prev   
Text File  |  1995-02-19  |  10KB  |  163 lines

  1.                            Super Conversions 5.02
  2.                      Copyright 1992-1995 by Matt E. Hart
  3.  
  4. Super Conversions 5.02 (SCVS) is a package with over forty-eight hundred
  5. conversions in the Shareware version alone!  Once registered, you will enjoy
  6. over twenty-six thousand!  SCVS is the definitive Distance, Area, Volume,
  7. Weight, Power, Pressure, Time, Temperature, Energy, Force, Acceleration,
  8. Illuminance, Concentration, Electrical Current, Hydraulics, Density,
  9. Velocity, and Viscosity conversion system.  With the fast, simple point and
  10. click method of instant conversion, you will find that it is also the
  11. easiest to use.  Some programs include simple English to Metric conversions
  12. with limited choices and seperate entry methods for each conversion desired.
  13. SCVS goes far beyond this simple approach with a powerful, fast algorithm
  14. built in to make conversions quick and easy.
  15.  
  16. Shareware refers to a group of software marketed with trust in mind.  That
  17. is, the author allows a user to freely utilitize a version of the program,
  18. often with disabled features, in the expectation that the user will desire to
  19. upgrade to the complete program at a nominal price.  This version of the
  20. program has disabled all except Distance conversions.  By clicking on the
  21. disabled versions, you can see the conversions available, but cannot access
  22. them.  For the very small price of $15.00 U.S., you receive the complete
  23. package, which also disables the messages at the beginning and end of the
  24. program.
  25.  
  26. If you have any suggestions or additional measurements you wish to see,
  27. include them with your order, along with a sample conversion from your
  28. addition to any one of the already supported measurements.  Your addition
  29. will be included in your update.  For example, adding "Feet" to the distance
  30. conversions.  Write "1 Foot = .3048 Meters".  Extend the conversion to
  31. however many decimal places you can.  If you have a suggestion for an
  32. entirely new category, please include it along with some samples and sources
  33. for information.
  34.  
  35. NOTE that the SCVS.DAT file must be in the same directory as the SCVS??.EXE
  36. file.
  37.  
  38. SC is written with Visual Basic 3.0 and requires the VBRUN300.DLL library to
  39. be in your Windows default directory.  This file is available on most BBSs
  40. and is included with your registration.
  41.  
  42. For CompuServe users, VBRUN300.DLL is located in the MSBASIC forum in library
  43. 1 under the name VBRUN3.EXE.
  44.  
  45. ===============================================================================
  46.                               FUTURE RELEASES                                  
  47. -------------------------------------------------------------------------------
  48.         Here's what I'm planning on implementing in future versions            
  49. -------------------------------------------------------------------------------
  50.    New Categories: Currency                                                    
  51.                                                                                
  52.    Special Features: DLL callable module                                       
  53.                      Automatic Currency Exchange Rate Update via CompuServe    
  54.                      Add/Edit units and categories                             
  55. ===============================================================================
  56. ===============================================================================
  57.                              UPDATE INFORMATION                                
  58. -------------------------------------------------------------------------------
  59.      Changes from version 5.0
  60.          Added Auto Rounding option for more accurate calculations
  61.          (See note below)
  62.  
  63.      Changes from version 4.32                                                 
  64.          Changed unit access to list boxes                                     
  65.          Added DENSITY category : 129 units                                    
  66.          Added VELOCITY category : 12 units                                    
  67.          Added VISCOSITY category : 8 units                                    
  68.          Added new units in other categories                                   
  69.          Added DDE links for programmers and sample SCVSDDE application        
  70.                                                                                
  71.      Changes from version 4.3                                                  
  72.          Added startup message                                                 
  73.          Added EDIT menu functions                                             
  74.          Added Alt-F quick access to FROM                                      
  75.                                                                                
  76.      Changes from version 4.2                                                  
  77.          Added ILLUMINANCE category : 10 units                                 
  78.          Added CONCENTRATION category : 12 units                               
  79.          Added ELECTRICAL CURRENT category : 7 units                           
  80.          Added HYDRAULICS category : 39 units                                  
  81.                                                                                
  82.      Changes from version 4.1                                                  
  83.          Added ENERGY category : 30 units                                      
  84.          Added FORCE category : 13 units                                       
  85.          Added ACCELERATION category : 8 units                                 
  86.          Added Rankine temp unit (Fahrenheit scale absolute zero based)        
  87.                                                                                
  88.      Changes from version 4.0                                                  
  89.          Reduced system resource requirements by 80%                           
  90.          Added control key movements within units                              
  91.                                                                                
  92.      Changes from version 3.1                                                  
  93.          Add dozens of new units in most categories                            
  94. ===============================================================================
  95.  ************   NOTE on update from version 5.0 to 5.02    ****************
  96.  
  97. Super Conversions uses floating point math for its conversions.  However, due
  98. to the way that the PC handles FPU calculations (called the IEEE format), the
  99. calculation can get confused as to what the decimal places should be.  As a
  100. result of some user feedback, I've implented several calculation changes.
  101.  
  102. One change is the addition of the "Never Round" under "Options".  Checking
  103. this will keep the calculations the same as they are now.  The only exception
  104. is temperature calculations no longer use floating point calcs at all.  Note
  105. that "Never Round" takes precedence over the "Auto Rounding" option.  If both
  106. are checked, only the "Never Round" is in effect.
  107.  
  108. An "invisible" change is active if "Never Round" is NOT checked.  If the result
  109. calculated is 1 or greater, then Super Conversions will NOT use floating point
  110. math and will display the result rounded to four decimal places.  For those
  111. interested, the math is done using a 64 bit very long integer and divided by
  112. 10,000 to get the four decimal places (math is done using the CURRENCY data
  113. type).
  114.  
  115. With the new "Auto Rounding" under "Options" checked, then if the result is
  116. greater than .0005, the number displayed will be rounded to four decimal places
  117. and will NOT use floating point math.  In addition, if the number is less than
  118. or equal to .0005, then the number will be rounded to 10 decimal places OR
  119. to the first decimal place with a value.
  120.  
  121. Here are some samples to help you understand the new rounding options:
  122.  
  123. Nothing checked       : 1 yard = .333332327493335 feet
  124. Never Round checked   : 1 yard = .333332327493335 feet
  125. Auto Rounding checked : 1 yard = .3333 feet
  126.  
  127. When you click on the Never Round or Auto Rounding option, the calculated
  128. result will be immediately changed.
  129.  
  130. I recommend che