To get this program up and running, you first must make a .QLB file and .LIB
file from the .OBJ files I have supplied.

For the .QLB file, use the LINK utility and type...
LINK /q WPIX2+RESCALE+X360X480+SHOWRGB,,,BQLB45   (QB4.5)
LINK /q WPIX2+RESCALE+X360X480+SHOWRGB,,,QBXQLB,; (PDS)

Then make a .LIB file...
LIB WPIX2+WPIX2+RESCALE+X360X480+SHOWRGB,;

Then load in QB/QBX like this:
QB/lWPIX2 USEDGIF

QuickBASIC 4.5 users must use search and replace to change all of the "SSEG"
strings to "VARSEG" strings in the DECGIF3.BAS module.

Note: This program requires at least an 80286 processor. (Although it 
      would be rather simple to modify it for 8088/86 operation...)

      -Rich Geldreich
