Cpp Interface

Makes C++ – EXPRESS early binding interface. Generate C++ classes for a specified Express schema. The actual Express schema must exist as a dictionary model in the EDMdatabase before this command can be successfully performed.
The generated C++ – EXPRESS early binding should be compiled by a C++ compiler as part of the actual C++ program using this generated interface.
The command Schemata>DefineSchema can be used to create a dictionary model of an Express schema
Arguments:

Schema:

Specify the name of the schema in the EDMdatabase to generate a C++ early binding interface for. Schema names are case insensitive.
When activating the Select button, the names of all existing schemata will be displayed in the related selection list.

Cpp interface output directory:

Location for storing of C++ source.
When activating the Select button, a window is opened to allow browsing the directory structure and select the desired directory.

Namespace:

Unique name for namespace and files (if omitted - name of schema will be used instead)

Options:

accumulating command output:

A global option that appends the command output to the EDMsupervisor output window. Otherwise the output window is refreshed and only the last command output is displayed.