company logo

[ Create application rules library (context class library) ]

The application that has been defined using the Designer has already implemented some default application rules. Depending on the selected programming language, application rules are provides as OSI, C++ or C# classes. When implementing rules in C++ or C# classes, those have to be provided in a so-called application context library. In order to create the context library, one has to compile the SampleGUI context project, which is not necessary for OSI implementations. Hence, the following topics might be skipped for OSI projects.

In order to create the application context library, the ClassEditor has to be started (Windows: ClassEditor.cmd, Linux: ce Sample). There one may update the application context interface, create external resources and build the application context interface.

Notes:

This step is necessary for C++ or C# projects, but not for OSI projects.