home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / TCC100S / README.1ST < prev    next >
Text File  |  1994-04-13  |  6KB  |  119 lines

  1.  -----------------------------------------------------------------------------
  2.              Total Control Converter for MS Windows 3.1 -- v 1.0
  3.  -----------------------------------------------------------------------------
  4.  
  5.        Total Control Converter is yet another unit converter for Windows.
  6.   What sets TC Converter apart from the rest? Here are some of its
  7.   features:
  8.  
  9.     -> Total Customizability: in the Registered Version, the user can
  10.        define his/her own quantities, units and conversion factors as
  11.        well as edit the ones that come with TCC.  As many as 30 different
  12.        quantities with 50 units _each_ can be defined and used.  In the
  13.        Shareware version the number of user-defined quantites was limited
  14.        to three -- which is still three times better than any other unit
  15.        converter I've used...
  16.  
  17.     -> Interlinked calculation fields for powerful What-If checks: TCC
  18.        does not have a "From A to B" setup like all other unit converters;
  19.        rather, the two fields used are completely interlinked.  You can
  20.        input numbers, change the represented unit or Copy/Cut/Paste text
  21.        from both fields at any time.
  22.  
  23.     -> TC Converter was designed to work along with large mathematical
  24.        and numerical packages.  Thus, I tried to make it as unobtrusive as
  25.        possible, both on the desktop and in the system's resources.
  26.  
  27.     -> TCC can display a "reference data" text file at any moment: you
  28.        can get info like formulas, relations, constants at any time,
  29.        without hunting through your hard drive...
  30.  
  31.        Requirements: MS Windows 3.1 and vbrun300.dll  
  32.        
  33.        
  34.        About the shareware version: The 1.0s version is a "light" version.
  35.   That is, the number of user-defined quantities was limited to three from
  36.   30 -- however you can still get 50 units per custom quantity -- and the
  37.   quantities and units that were hard-coded in the shareware version are
  38.   fewer than those pre-defined in the registered version.  This was done
  39.   for size as well as advertising. If you find that the s version suits
  40.   your needs, feel free to keep using it as long as you like. I will
  41.   inflict upon you no guilt trips, no nag screens, no timers...  But if 
  42.   you want something more powerful, well, register...
  43.        The registration fee is USD 8.00 per single-user copy, USD 40.00
  44.   per site license and USD 140.00 per organization license.
  45.        To register, send a check or money order to:
  46.   
  47.            Costas Malamas,
  48.            Box 37692,
  49.            Georgia Tech Station,
  50.            Atlanta, GA 30332,
  51.            USA
  52.  
  53.        No restrictions to distribution apply.
  54.  
  55.  
  56.        Technical Issues
  57.  --------------------------------------------------------------------------      
  58.        
  59.     -> Since the defined units can differ in several orders of magnitude,
  60.        all calculations were let to be double-precision: round-offs should
  61.        be made by the user according to his/her needs...
  62.  
  63.     -> In both the full (registered) and shareware version, temperature
  64.        was hard-coded in the source.  This was done because temperature
  65.        unit conversion is the only one (to my knowledge) that requires
  66.        an offset parameter as well as a multiplication factor parameter.
  67.        Thus, to save memory, Temperature is _not_ customizable in
  68.        either version.
  69.  
  70.     -> To run, Total Control Converter requires the Microsoft Visual
  71.        Basic run-time library, vbrun300.dll  To conserve space in
  72.        the distributing sites this file is not included in the archive
  73.        of the shareware version.  It is available, however, in most
  74.        major BBSs and all major ftp sites as vbrun300.zip  Since a
  75.        number of programs may require this library, you might have it
  76.        (unknowingly) already or if you don't, it will be useful
  77.        anyway...
  78.  
  79.        A final note: TC Converter was written after I spent some time
  80.   looking for a good converter utility.  If you think something is
  81.   missing or not working properly, or have a good idea for another Total
  82.   Control utility, feel free to write at the address above or e-mail me
  83.   at the following Internet address:
  84.             cw459@freenet.cleveland.edu
  85.         Because FreeNet is a very busy site, please allow a week for a
  86.   responce. However, this account is likely to remain active for far 
  87.   longer than any of my local site ones...
  88.  
  89.  
  90.         Installation
  91.  ---------------------------------------------------------------------------
  92.         Unzip the tcc100s.zip file into a directory of your preference,
  93.   using pkunzip 2.04g or a compatible un-archiver. The files included 
  94.   in the archive are:
  95.         
  96.         tcc100s.exe               TC Converter executable
  97.         tcc.ini               Initialization file for TCC. Defines custom
  98.                               quantitites and units.  See the file itself
  99.                               for instructions on the syntax.
  100.         referenc.dat          Reference Data text file, displayed by TCC
  101.                               using the File/Reference Data option
  102.         tcc.hlp               Windows help file -- complete reference for
  103.                   Total Control Converter
  104.         cmdialog.vbx *          Common Dialog Visual Basic Extension.  It needs
  105.                   to be moved/copied to your WINDOWS\SYSTEM 
  106.                   directory.
  107.         commdlg.dll  *          Common Dialog Dynamic Link Library. This too
  108.                   needs to be moved to WINDOWS\SYSTEM 
  109.       readme.1st          This file!
  110.         
  111.         Make sure you have the vbrun300.dll library in your PATH.  To 
  112.   access tcc.ini and referenc.dat these two files need to be in your PATH
  113.   as well (or in the same directory as tcc100s.exe).
  114.  
  115.   *    These two files are Visual Basic extension files, and there is a good
  116.   chance that they are already in your system.  Even if this is not the case, 
  117.   several Visual Basic applications may access them, so they might be useful
  118.   in the future as well...   
  119.