home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZISFUNCS / HELP / ZISNEWS.DOC < prev   
Text File  |  1993-11-16  |  5KB  |  113 lines

  1. ┌───────────────────┬───────────────────────────────────────────────────────┐
  2. │    ZIS NEWS       │      Last minute information and change history.      │
  3. └───────────────────┴───────────────────────────────────────────────────────┘
  4.  
  5. ZISFUNCS Last Minute Information
  6.  
  7.   None.
  8.  
  9. ZISFUNCS Change History
  10.  
  11. ┌───────────────────┬──────────────────────────────┬────────────────────────┐
  12. │   Version 3.20    │                              │    16 November 1993    │
  13. └───────────────────┴──────────────────────────────┴────────────────────────┘
  14.  
  15.   ■ Added a new STANDARD function, which MUST be called BEFORE any other DLL
  16.     function if the DLL is cloned with a different name:
  17.  
  18.     zisSetLibraryName()
  19.  
  20.     This function sets a private variable (zisDllName) which is used by all
  21.     the DLL functions to load resources and get the DLL handle. Its default
  22.     value is zisDLLNAME.
  23.   ■ The User's Guide and Reference Manual have been updated accordingly.
  24.     A new section, describing the use of the object library ZISFUNCS.LIB
  25.     was added too.
  26.   ■ Added zNAMESIZE to ZGENERAL.H
  27.   ■ Changes in zLIBVERS structure in ZGENERAL.H
  28.  
  29.     PBYTE  Ptr ;    --->     CHAR  Name[zNAMESIZE] ;
  30.  
  31.   ■ zisLibraryVersion(&LibVers) now returns the library name in LibVers.Name.
  32.  
  33. ┌───────────────────┬──────────────────────────────┬────────────────────────┐
  34. │   Version 3.12a   │                              │   22 September 1993    │
  35. └───────────────────┴──────────────────────────────┴────────────────────────┘
  36.  
  37.   ■ The on-line documentation was modified to force The Reuse Shop bitmap
  38.     to fit the right side of Library Card in ANY screen resolution.
  39.  
  40. ┌───────────────────┬──────────────────────────────┬────────────────────────┐
  41. │   Version 3.12    │                              │    2 September 1993    │
  42. └───────────────────┴──────────────────────────────┴────────────────────────┘
  43.  
  44.   ■ New type zLIBVERS and zPLIBVERS substitute the obsolete LIBVERS and
  45.     PLIBVERS. The older types are still supported for compatibility only.
  46.   ■ New "About" dialog box for the sample program.
  47.   ■ Minor changes in the sample program.
  48.  
  49. ┌───────────────────┬──────────────────────────────┬────────────────────────┐
  50. │   Version 3.11    │                              │      20 July 1993      │
  51. └───────────────────┴──────────────────────────────┴────────────────────────┘
  52.  
  53.   ■ Recompiled with IBM C/C++ Tools 2.0 compiler and Toolkit 2.1.
  54.   ■ New on-line documentation (INF file)
  55.   ■ New Installation Guide
  56.  
  57. ┌───────────────────┬──────────────────────────────┬────────────────────────┐
  58. │   Version 3.10    │                              │     20 April 1993      │
  59. └───────────────────┴──────────────────────────────┴────────────────────────┘
  60.  
  61.   ■ A new Z Family/2 standard function to register user's signal handler:
  62.  
  63.       zisRegisterSignal()
  64.  
  65.   ■ Two new types and one new constant related to zisRegisterSignal() defined
  66.     in ZGENERAL.H:
  67.  
  68.       zSIGNAL, zSIGHAND (types) and zREGISTERED (constant)
  69.  
  70.   ■ The documentation and the sample program have been modified accordingly.
  71.   ■ Added zisZPREFIX, equal to "ZIS"
  72.   ■ Changed all #include "..." to #include <...> to support LLMS
  73.   ■ Added a DEVEL sub-directory to shipped package, containing an OBJECT
  74.     LIBRARY and the needed files to make your own Z Family/2 reusable library.
  75.   ■ Added ZISSTUB.C and ZISCLONE.MAK to clone libraries.
  76.   ■ Major changes to the documentation (added index too).
  77.   ■ The listing of the sample program is not enclosed any more in the library
  78.     package.
  79.  
  80. ┌───────────────────┬──────────────────────────────┬────────────────────────┐
  81. │   Version 3.00    │                              │    17 December 1992    │
  82. └───────────────────┴──────────────────────────────┴────────────────────────┘
  83.  
  84.   ■ New naming conventions
  85.  
  86.       ZISFUNCS.DLL -> FMZISFUN.DLL
  87.       ZISFUNCS.LIB -> FMZISFUN.LIB
  88.  
  89.   ■ Product number is now 5641-504
  90.  
  91. ┌───────────────────┬──────────────────────────────┬────────────────────────┐
  92. │   Version 2.10    │                              │    23 November 1992    │
  93. └───────────────────┴──────────────────────────────┴────────────────────────┘
  94.  
  95.   ■ DLL functions can be called either from C and from C++.
  96.   ■ An exception handler is registered for each exported function by using
  97.     #pragma handler() preprocessor instructions.
  98.   ■ A .LIB file is provided too as an alternative to the IMPORTS
  99.     statement in the application .DEF file.
  100.  
  101. ┌───────────────────┬──────────────────────────────┬────────────────────────┐
  102. │   Version 2.00    │                              │      9 July 1992       │
  103. └───────────────────┴──────────────────────────────┴────────────────────────┘
  104.  
  105.   ■ Ported to OS/2 2.0
  106.  
  107. ┌───────────────────┬──────────────────────────────┬────────────────────────┐
  108. │   Version 1.00    │                              │     31 March 1992      │
  109. └───────────────────┴──────────────────────────────┴────────────────────────┘
  110.  
  111.   ■ Initial release
  112.  
  113.