Jump to: navigation, search

Difference between revisions of "HowTo:Register additional Assemblies at the UBIK Compiler"


m
m
 
Line 1: Line 1:
{{UBIK}} provides the possibility to register additional assemblies at the [[Compiler]] ({{Version/ServerSince|2.5.0}}).
+
{{UBIK}} provides the possibility to register additional assemblies at the [[Compiler]]. {{Version/ServerSince|2.5.0}}
  
 
The UBIK Code compiler is used whenever a new customizing gets complied or a test code is executed [[Debugger]].
 
The UBIK Code compiler is used whenever a new customizing gets complied or a test code is executed [[Debugger]].

Latest revision as of 15:14, 2 May 2016

UBIK® provides the possibility to register additional assemblies at the Compiler.

The UBIK Code compiler is used whenever a new customizing gets complied or a test code is executed Debugger.

Instructions

  1. Create a new Derivate of the System Metaclass CUSTOMIZING.
  2. Register this new MetaClass as a customized system object with System Object key CUSTOMIZINGVERSION.
  3. Open the new MetaClass in the Code Editor
  4. Open the section Methods and add your libraries by overwriting the AddSystemAssemblies method.

See also