             WAL/Win 5.0 readme.txt file (12/19/96)

This file is the readme.txt file for the WAL/Win 5.0 production
release.  Important release and installation/setup information is
noted below.

The WAL/Win 5.0 software is delivered on CD-ROM only, with the ability
to install from diskettes after copying files from the CD.

FileNet compilation and testing were done using Microsoft Visual C++ V4.1.

For additional release and installation/setup information, please 
refer to the "bewares.txt" file.
==================================================================
             RELEASE INFORMATION

UNSUPPORTED ITEMS

The following items are not supported in the production release
of WAL/Win 5.0:

1) 	There is no Uninstall capability on the WinNT 3.5 PCs.

2)      The XNS protocol is not currently supported with Win95 unless 
        the IMS server is at IMS release 3.3.1 or greater.

3)      The following four entry points have been removed.  WAL/Win
        programmers need to instead call the corresponding DISPLIB
        entry points:
        
                IAFLIB_get_band_bitmap
                IAFLIB_close_image_file
                IAFLIB_paint_image
                IAFLIB_paint_bitmap
        
        Handy conversions for WAL 5.0:
        
      IAFLIB => DISPLIB
      =================
      mode
        ILIB_QUARTER            => DISP_100DPI
        ILIB_TWELFTH            => DISP_EGA
        other                   => DISP_SCALE

      scale_rect
        mode = ILIB_ZOOM        => scale_rect = SetRect(rect,1,1,1,1)
        mode = NULL & other     => scale_rect = SetRect(rect,1,1,1,1)
        mode = ILIB_TINY        => scale_rect = SetRect(rect,1,16,1,16)
        mode = ILIB_WHOLE,      => scale_rect
        ILIB_SCALE,
        ILIB_STRETCH

      rotation      
        This is a direct conversion from IAFLIB.


WAL SAMPLES:

1)      An example of the F3SLACLB entry points has been provided
        in the IMAGE sample which accompanies WAL.


             INSTALLATION/SETUP INFORMATION

CREATING FLOPPY DISKETTES FROM CD:

For workstations without a CD-ROM drive from which to install WAL/Win,
you can copy the contents of the CD-ROM onto diskettes and install
WAL/Win from the diskettes.

To do this, copy each numbered "disk directory" (e.g., WALRUN1,WALRUN2, etc.)
from the CD onto a correspondingly labeled diskette.  Label four 
diskettes "WAL/Win 5.0 Installation - Disk [number] of 4" or something 
similar to identify each diskette as being numbered 1 through 4.

If you also purchased "WAL/Win SDK", that can also be copied to a diskette.   

SETUP:

1)  Windows NT 4.0 requires certain modules of the WAL/Win release to be
    written to the System area.  In order to write into this area,
    the user installing the WAL/Win 5.0 production release is required to
    have System Administrator privileges.  

2)  If the WAL/Win 5.0 beta software is already present on the PC where the
    WAL/Win 5.0 production release is being installed: 

    The user should "Uninstall" the 5.0 beta release before installing
    the 5.0 production release software; otherwise, duplicate entries
    for WAL/Win will appear in the Add/Remove panel.

    Users should also open the printers window in the Windows control
    panel and delete the Form Image Printer.  Failure to do this before 
    upgrading to the WAL/Win 5.0 production release could result in a 
    "SEVERE ERROR" message stating that the Form Image Printer are unable 
    to be installed.  

3)  During SETUP, the user can select either XNS or TCP. Since
    networking files are installed as part of the Windows 95 or
    Windows NT installation, this option does not change any of the
    networking files. The option's only purpose is to copy the correct
    *.sts module to the f3sts.dll module.  


