This directory contains the BMP Viewer application. This is a sample
application that uses the Windows API to display a BMP file. To execute
use:

viewer something.bmp


This application can be modified easily to use any of the other decoder
classes. Simply replace BmpDecoder with one of the other classes and
include the appropriate header file.

This application requires the file LIBIMAGE.LIB. You can build this file in
either the BC or MSVC directories, depending upon which compiler you
are using.

The batch files

MSVC.BAT
BORLAND.BAT

Compile and link using the VC or Borland compilers.

