- Linux MultiMedia Studio Computer Accessories User Manual
Mint v4 PC Programming Guide
20
MN1278 05.2001
8. Right click on ‘precomp.cpp’ in ‘FileView’ and select ‘Settings’. Select ‘All Configurations’ in the ‘Settings
For’ drop list. Select ‘Precompiled headers’ in the category drop-list on the ‘C/C++’ tab. Click the ‘Create
Precompiled Header’ radio button and enter ‘precomp.h’ in the text field.
Figure 3-9: Project Settings (step 8)
9. Edit ‘VCTutorial.cpp’ and ‘VCTutorialDlg.cpp’. In both files, replace ‘#include “stdafx.h”’ with ‘#include
“precomp.h”’. Check the project builds !