Simple Demo 1:
Win32 95/NT C/C++
CreateDIBSection Example
12-11-97
written by Michael P. Welch
e-mail: mwelch1@stny.lrun.com
Copyright 1997, all rights reserved

"Share the knowledge"
Don't spread this archive without giving me credit,
however the code concepts within are general knowledge 
and can be used freely.

Compiled using Visual C++ 5.0, but should work
with any modern C/C++ Win32 95/NT compilers.

Description: 
Demonstrates 8-bit windowed blitting using 
CreateDIBSection (Win32).

Files:
MAIN.CPP	- Base application code
CDIB.H		- CreateDIBSection class header
CDIB.CPP	- CreateDIBSection class code  

