Modify the Project File

The resource file BITMAP.RES depends on the bitmap files DOG.BMP and CAT.BMP. If you are creating the project from scratch, add the DOG.BMP and CAT.BMP files to the project.

You also need to add the SELECT.LIB library file to the project. This file contains the import declarations for the selection routines that are used with the WM_LBUTTONUP, WM_MOUSEMOVE, and WM_LBUTTONDOWN cases. For a description of how the library is created, see “Creating a DLL”.

If you are using the BITMAP.MAK file from the sample disks, the files are already included in the project.