LMMS - Linux MultiMedia Studio Computer Accessories MN1278 Benutzerhandbuch

Seite von 88
Mint v4 PC Programming Guide 
 
12
 
MN1278  05.2001  
  
 
 
Figure 3-1: Visual C++ 6.0 Project Settings (step 5) 
6. Add 
#include precomp.h” to the top of each source (.c or .cpp) file.  Note that no pre-compiler directives 
(e.g. #include, #if, #define) should be placed above this line (although comments can be).  
7. In 
the 
Project menu, select Settings.  This will open the ‘Project Settings’ dialog.  Select the C/C++ tab.  In 
the Category drop-down, select Precompiled Headers. Select All Configurations in Settings For: on the left.  
Click on Use precompiled header file (.pch) and enter precomp.h in the Through Header text field.  The 
dialog should now look similar to the screen shot below. Press OK to store these changes.  This will instruct 
the project to use the pre-compiled file.