KASE:C++ for OS/2           Release 2.10      DLL Updates

/=======================================================================================

Installation procedure for KASE:C++ DLL updates (KWCPPDLL.ZIP):


    1.  Close your KASE:C++ session.

    2.  Copy your existing KWUDC.DLL, KWDOB.DLL, KWSUPORT.DLL, KWCNR.DLL and
        KWCOMMON.DLL to another directory or .ZIP file, so you'll have a backup 
        if necessary.

    3.  Unzip KWCPPDLL.ZIP into your \KASECPP subdir.  DON'T do a DEL *.*
        before you do this, as we may not include all DLLs in the zip file.
    
    4.  Open KASE:C++ and resume developing; if you have any problems or
        questions, don't hesitate to call, fax or modem to Tech Support.

    
    KASE Systems, Inc.  404-564-5696  Main
                               -5679  Fax
                               -5539  BBS  8-N-1, 24 hr, thru 14.4K


Check our BBS often for more updates, programming examples, Q&A, etc.
Updates also available via Internet at:

    ftp-os2.nmsu.edu
    hobbes.nmsu.edu
/=======================================================================================

The following updates have been made to the designers:


02/03/95

    1.  Saving options (KWAPPDLO.DLL)

        -   The designer was not saving some of the options(ie. 386/486) on the 
            OBJ Code page.

    2.  Incorrect name for browsed event (KWWIN.DLL & KWPNL.DLL)

        -   The event sysCommand was incorrect.  It has been changed to systemCommand.

        -   If the sysCommand event has been browsed, the event should be removed.
            The designer will not automatically move the sysCommand event to
            systemCommand event.  This must be done manually.

           
12/09/94

    1.  User-Defined Code (KWUDC.DLL)

        -   A change has been made to the function which refreshes the user-defined
            code during generation.  Previously, the UDC objects would grow in size
            each time refresh was selected during generateion until the object was
            saved from within the designer.

        -   Depending on the size of the UDC, characters were sometimes lost during
            refresh.

    2.  Data Object (KWDOB.DLL)

        -   Support for the member function "*copy_constructor" has been added.  
            Please see the knowledge base updates from 12/09/94 for more information 
            about this message.

        -   Support for the member function "*operator =" has been added.  Please see 
            the knowledge base updates from 12/09/94 for more information about this
            message.

    3.  Container (KWCNR.DLL)

        -   An option to populate the container using the current thread or a separate
            thread has been added to the styles notebook page.

    4.  Support Functions (KWSUPORT.DLL & KWCOMMON.DLL)

        -   In the Window & Process designers, a data object could not be erased once
            entered.

        -   File picker dialog would sometimes not show directories when the selected
            drive was a Lan Server (version 4.0) network drive.  The problem would 
            occur after the APPLY command was run on the drive.

