Settings needed for using Horstmann's CCC Library or the Rowan Graphics Library in Microsoft Visual C++ projects:
 
Note: If you have wierd problems linking, messages like "can't find iostream.h" etc., follow the instructions on this sheet and they may go away.

Note 2: the more concise form of these instructions is still available.

READ AND FOLLOW THESE INSTRUCTIONS VERY CAREFULLY!!!

1) Set up the link libraries

openGL32.lib glu32.lib glaux.lib booklib.lib
 
  • Click OK in the Project Settings window.
  • 2) Tell the system where the include files are stored

    3) Tell the system where the library files are stored

  • From the Tools menu, choose Options. This will bring up the Options window.
  • Click on the tab called Directories
  • Under the phrase "Show directories for" be sure that the words "library files" appears. If it says something different, click on the downward triangle and select "library files".
  • You will see one of three things in the box under the word "Directories"


  • ( i ) A single line that says:  Y:\localapp\win\msdev\include ( ii ) Multiple lines of text. ( iii ) No text at all