company logo

Update application context interface

The GUI framework requires a context interface, which connects GUI resources to context classes. This interface can be generated from within the ClassEditor. Before generating the context interface, it is suggested to compile all classes which need to be compiled.

After all context classes have been compiled successfully, the context interface might be build. When selecting Project / Build context interface from ResourceRefs from the main menu, the source for the interface will be generated.

The generated code can be checked when selecting GUIContextDLL in the class tree. The library will be created and stored to the project library folder (Sample/SampleGUI/exe). Moreover, it will be copied to the Sample folder where the application is looking for the library. When the Sample folder does not contain this library, you should copy it manually:

    Sample/SampleGUI/exe/SampleGUI.dll --> Sample/SampleGUI.dll

Now, you are ready to run the Sample application.