include files are needed for the examples in this chapter. When Taligent's development environment is available, you will not need these files because the development environment will find the files for you.
#include <Taligent/GUICompoundDocument.h> //TDocumentComponentView declarations
#include <Taligent/Graphics3D.h> //3-D graphics classes declarations
#include <Taligent/Surface3D.h> //3-D surface class declarations
#include <Taligent/Sweep3D.h> //3-D sweep classes declarations
#include <Taligent/Cameras.h> //Declarations for cameras
#include <Taligent/SceneBundle.h> //Global scene attribute declarations
#include <Taligent/Bundles3D.h> //TGrafBundle3D declarations
#include <Taligent/RGBColor.h> //TRGBColor declarations
You also need to add the ConstructorArchiveLib library to your PinkMake file.