Difference between revisions of "HowTo:Register additional Assemblies at the UBIK Compiler"
Line 17: | Line 17: | ||
* [[CUSTOMIZING]] | * [[CUSTOMIZING]] | ||
* [[Derivate]] | * [[Derivate]] | ||
+ | |||
+ | [[Category:Coding|Register additional assemblies at the UBIK Compiler]] |
Revision as of 10:22, 21 July 2015
UBIK® provides the possibility to register additional assemblies at the UBIK Code Compiler ().
The UBIK Code compiler is used whenever a new customizing gets complied or a test code is executed Debugger.
Instructions
- Create a new Derivate of the System Metaclass CUSTOMIZING.
- Register this new MetaClass as a customized system object with System Object key CUSTOMIZINGVERSION.
- Open the new MetaClass in the Code Editor
- Open the section Methods and add your libraries by overwriting the AddSystemAssemblies method.