Introduction - If you have any usage issues, please Google them yourself
This example loads a BMP file into an object of class CRaster
that includes members to store Palette, Raster bits, and Bitmap
information.
CRaster includes a member function (GDIPaint) to paint the
raster directly to a Windows device (like the screen).
This program shall be compiled as a Win32 application.