[Prev] [Next] [Top] [Bottom] [Contents] (16 out of 18)

Project Code

From the Project Window select Edit from the pulldown menu, then select Project Code Dialog. This interface provides a mechanism for adding C/C++ code to the module containing the function Main.

This is for code that is to go before the function Main.
/* Includes, Defines, Global Variables */ 
This is for code that is to go before generated code in the function Main.
/* main function Initial Code */
This is for code that is to go after generated code in the function Main.
/* main function Final Code */

Figure 1-17 Project Code

Each project has a C module generated named project_name.c. This is where the function Main resides as well as where function registry occurs.


[Prev] [Next] [Top] [Bottom] [Contents] (16 out of 18)