next up previous index
Next: Passing Control and Data Up: Summary of C++ Interface Previous: Passing Data to and   Index

Initialising and Shutting Down the ECLiPSe Subsystem

These are the functions needed to embed ECLiPSe into a C++ main program.
int ec_init()

Initialise the ECLiPSe engine. This is required before any other functions of this interface can be used.

int ec_cleanup()

Shutdown the ECLiPSe engine.




1999-08-06