Settings needed for using Horstmann's CCC Library or the Rowan Graphics Library in Microsoft Visual C++ projects:
 

Choose Build -> Settings -> Link tab. (If the Link tab isn’t immediately visible, click on the right-pointing triangle to scroll the tabs.) Under Object/library modules, add the following to the end of the list:

RowanGr.lib booklib.lib
If you already have booklib.lib at the end of the list, just insert RowanGr.lib immediately before it.  If you have any of the following before booklib.lib, you can delete them: openGL32.lib glu32.lib glaux.lib.

Choose Tools -> Options -> Directories tab. Show directories for include files; be sure that the list begins with the following path:

Y:\localapp\win\msdev\include
Delete the CCC directories (if you have any) from the list; in most cases, the path given above will be the only path in the list.

Show directories for library files; be sure that the list begins with the following path:

Y:\localapp\win\msdev\lib
Delete the CCC directories (if you have any) from the list; in most cases, the path given above will be the only path in the list.