|
New Features and Updates for XAPILast Update: 06/02/99
2. CFXDVCST and CFX220DK copybooks ================================== CFX220DK.H has been replaced by CFXDVCST.H. CFX220DK.H will continue to be supplied for compatibility purposes, but all applications should be converted to use CFXDVCST.H. CFX220DK.H contained only VT220 related keyboard codes, and these are now all defined in CFXDVCST.H CFXDVCST: (.H, .ASM): Some of the names defined in this copybook have been changed to more logical and consistant ones. To continue to use the old names, add a "#define DST_OBS_DEFS" line before the #include of CFXDVCST.H. This will generate a set of macros to convert the old names to the new names. It is suggested that all use of the old names be changed to the new names. See CFXDVCST.H (below) for more details.
|