home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / actlib12.zip / HISTORY.TXT < prev    next >
Text File  |  1993-04-01  |  1KB  |  50 lines

  1.                                 ACTLIB
  2.                                 ======
  3.  
  4. version 1.2:
  5. -----------  
  6.  
  7.  - New function in TOOLS.LIB:  int far cpu_type( void );
  8.    returns cpu type (86, 186, 286, 386, 486)    
  9.  
  10.  - CALC.LIB has been removed and replaced by function
  11.    strcalc() in STRINGS.LIB       
  12.  
  13.  - Bug correction in filencopy (TOOLS.LIB)
  14.  
  15.  
  16. TurboVision:
  17.  
  18.  - New function dosShell(): spawn a new shell interpreter
  19.  
  20.  - New function existStatusBox(): Tests if a StatusBox is on the screen
  21.  
  22.  
  23.  
  24.  
  25.  
  26. version 1.1:
  27. -----------
  28.  
  29.  A lot of bug corrections and modifications to increase compatibility
  30.  (mainly with Microsoft 7.0).
  31.  
  32.  Only changes in the interface/behaviour will be listed:
  33.  
  34.  - change of return code in getsetup() in SETUP.C (TOOLS.LIB)
  35.  
  36.  - adding a boolean format (%b) and a new string format (%S)
  37.    in getsetup() in SETUP.C (TOOLS.LIB)
  38.  
  39.  
  40. TurboVision:
  41.  
  42.  - change in the default for TInputInt/Long/Double
  43.    minimum default is now -MAXINT/LONG/DOUBLE in place of 0.
  44.  
  45.  - new object:
  46.  
  47.    TStaticTextf( const TRect& bounds, const char *fmt, ... )
  48.    TStaticTextf( const ushort x, const ushort y, const char *fmt, ... )
  49.      same as TStaticText but allows same syntax as printf()
  50.