home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
c
/
actlib11
/
history.txt
< prev
next >
Wrap
Text File
|
1993-03-02
|
793b
|
28 lines
ACTLIB
======
version 1.1:
-----------
A lot of bug corrections and modifications to increase compatibility
(mainly with Microsoft 7.0).
Only changes in the interface/behaviour will be listed:
- change of return code in getsetup() in SETUP.C (TOOLS.LIB)
- adding a boolean format (%b) and a new string format (%S)
in getsetup() in SETUP.C (TOOLS.LIB)
TurboVision:
- change in the default for TInputInt/Long/Double
minimum default is now -MAXINT/LONG/DOUBLE in place of 0.
- new object:
TStaticTextf( const TRect& bounds, const char *fmt, ... )
TStaticTextf( const ushort x, const ushort y, const char *fmt, ... )
same as TStaticText but allows same syntax as printf()