This section contains an example that demonstrates how to compile and start a project in C/C++.
Name |
Example_05_CompilingAndStartingAProject |
Description |
This example demonstrates how to compile and start a project. The CCL and project files for this example are under net3/examples/projects. If you do not run this example from net3/examples, you need to set the variable c8.examples.example05ProjectDir to the path to the projects directory. Note that this example includes intentional errors to demonstrate compiler messages. |
Notable Classes and Methods |
CclCompilerFactory.NewInstance().NewLocalCompiler() localCompiler.Compile CclCompilerFactory.NewInstance().NewRemoteCompiler e.CompilerOutput() |
Related Information |
For more information about compiling and starting projects, see Commands. |