Jump to: navigation, search

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


(Created page with "UBIK provides the possibility to add additional assemblies to the UBIK Code Compiler {{Version/ServerSince|2.5.0}}. The UBIK Code compiler is used when compiling a new customi...")
 
Line 1: Line 1:
UBIK provides the possibility to add additional assemblies to the UBIK Code Compiler {{Version/ServerSince|2.5.0}}.
+
UBIK provides the possibility to register additional assemblies at the UBIK Code Compiler {{Version/ServerSince|2.5.0}}.<br/>
 
The UBIK Code compiler is used when compiling a new customizing or when executing test code in the [[Debugger]].
 
The UBIK Code compiler is used when compiling a new customizing or when executing test code in the [[Debugger]].
  

Revision as of 07:30, 6 July 2015

UBIK provides the possibility to register additional assemblies at the UBIK Code Compiler .
The UBIK Code compiler is used when compiling a new customizing or when executing test code in the Debugger.


[edit]

Instructions

<Give step-by-step instructions, use images, ...>

  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