Preparing a Products Header File

Command Line Interface

Before you can compile the TDP library source files, you must set up a header file named products.h for C and C++. This file is generated by the Instrumentation Launcher (attolcc) and contains the options that describe how the TDP library files are to be compiled.

To set up a products header file, type the following command line:

attolcc -env_ATL_NO_TDP_COMPILE=1 -force_tdp_cc <instrumOptions>

where <instrumOptions> are the options used for the instrumentation.

Note Type attolcc --help to list a comprehensive list of options, including those of the C and C++ Instrumentor (attolccp or attolcc4 and attolcc1), for use with the instrumentation launcher.

Related Topics

Preparing an Options Header File | C and C++ Instrumentation Launcher - attolcc or attolcc4 | C and C++ Instrumentor - attolcc1 and attolccp