13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>TASKING</strong> <strong>VX</strong>-<strong>toolset</strong> <strong>for</strong> <strong>ARM</strong> <strong>User</strong> <strong>Guide</strong>#include "comnfile.h"#include "decl_hdrs.h"#pragma hdrstop#include ...decl_hdrs.h pulls in another dozen header files, and a second, somewhat larger, PCH file is created.In all, the source files of a particular program can share just a few precompiled header files. If disk spacewere at a premium, you could decide to make comnfile.h pull in all the header files used -- then, asingle PCH file could be used in building the program.Different environments and different projects will have different needs, but in general, users should beaware that making the best use of the precompiled header support will require some experimentationand probably some minor changes to source code.82

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!