
Chapter 2. Setting up the development environment 39
2.3.5 Microsoft Visual C++
Now that we have extracted the C++ Toolkit files, we need to include them in our
Visual C++ Project. We need to configure support for any necessary include files
and any static libraries we require.
Assuming that you have your C++ project open, configuring the include files
involves a few simple steps:
1. Select Tools
→ Options, which will then display the options seen in
Figure 2-17.
Figure 2-17 Microsoft Visual C++ options
2. Click on the tab labeled Directories, which will display the dialog seen in
Figure 2-18 on page 40.
Note: For full details on the contents of ...