*** WSC Version 4.0 Release Notes ***


The files WSC32.DLL, MIO32.DLL, and XYM32.DLL are all copied to your Windows 
directory (C:\WINDOWS or C:\WINNT for Win 2000/NT) when SETUP.EXE is run. 

The function SioKeyCode was added to version 4.0 so that the keycode (assigned to 
each registrant) can be passed to WSC32.DLL.

If converting from an earlier version of WSC4PB, do the following:

(1) Add KEYCODE.PBI (which contains your keycode) to your include statements.

(2) Add the following code which must be called (once) before any other WSC code:

    // pass the key code
    IF SioKeyCode(WSC_KEY_CODE) < 0 THEN
       ...PRINT "ERROR: Bad Key Code!"
       ...
           
    Alternatively, you can paste the value of your actual keycode (the 9 or 10 digit 
    number found in KEYCODE.PBI) into SioKeyCode. The keycode for the evaluation 
    version is always 0.
    
    Refer to WSCVER.BAS for an example.
    
*** WSC Version 3.2 Release Notes ***

PowerBASIC INCLUDE files were renamed to ".PBI" as follows:

WSC32.BAS was renamed to WSC32.PBI in version 3.2
XMY32.BAS was renamed to XYM32.PBI in version 3.2
MIO32.BAS was renamed to MIO32.PBI in version 3.2
ASD32.BAS was renamed to ASD32.PBI in version 3.2

The files WSC32.DLL, MIO32.DLL, ASD32.DLL and XYM32.DLL are
all copied to your Windows directory when SETUP.EXE is run.
Make a copy of these DLL's in case they are over overwritten.

*** WSC Version 3.1 Release Notes ***

The XMODEM/YMODEM files were renamed from XYDRV* to XYM*.
The ASCII Protocol files were renamed from ASDRV* to ASD*.

[END]


