Siebel Object Interfaces Reference > Siebel Programming Tools >

Siebel Compiler and Run-Time Engine


To invoke the Siebel compiler and run-time engine, click the Compile button on the Debugger toolbar, or press F7. You can also invoke it when compiling a project containing object definitions with associated Siebel scripts. The Siebel compiler and run-time engine has no user interface of its own. When the compiler is invoked, it compiles the custom routines and returns a message when completed that indicates success or failure.

Compilation Order Considerations

The Siebel Compiler compiles Siebel VB functions and procedures in alphabetical order within an object definition. If a function or procedure calls another function or procedure that has not been defined, the compiler generates an error message in the form:

function_name Is An Unknown Function

To avoid this error, use the Declare statement to declare the function or procedure in the (general) (declarations) section. For more information, read Siebel VB Language Reference.

Siebel eScript does not require forward declaration of functions.

eScript Engine

In version 7.8, a new eScript engine is available. The new engine provides support for strongly typed objects (compliant with the ECMAScript edition 4 specification). In addition, the new eScript engine provides other enhancements, such as late and early binding. For more information about the features and limitations of the new eScript engine, see Siebel eScript Language Reference. For information on how to enable the engine, see Using Siebel Tools.

Siebel Object Interfaces Reference