Compiling a CCL Project

Write a C/C++ program that calls the Sybase CEP compiler to compile a Sybase CEP project.

A Sybase CEP project is a .ccp file and the files that it references. If you have just a .ccl file without a .ccp file, you can also compile that. You can also compile a schema file (a .ccs file).

The C/C++ SDK supports only compilation of projects and .ccl query modules.

When you use the compiler API, you can set the same options (for example, turning on debug mode, turning off warnings) as you can set when you use the standalone c8_compiler program.