The format of this switch is:
lclass
where class is the name of the class that you want pre-loaded.
Set this switch off to disable loading of the Class Library. You should do this if you want to debug the class library.
If you have your own class library in a .lbr file, you can load that instead of the Micro Focus Class Library. Set:
+lfilename
where filename is the name of the .dll file.
You can load more than one class library with the +l switch; separate the names with semicolons (;). For example:
+lclass1;class2
Do not leave any spaces between the names.
Comments:
The format of this switch is:
where class is the name of the class that you want pre-loaded.
Set this switch off to disable loading of the Class Library. You should do this if you want to debug the class library.
If you have your own class library in a .lbr file, you can load that instead of the Micro Focus Class Library. Set:
where filename is the name of the .dll file.
You can load more than one class library with the +l switch; separate the names with semicolons (;). For example:
Do not leave any spaces between the names.