Component Registration
======================

The component registration wizard allows the user to
register and revoke components at runtime.
In order to register a component, the user must 
specify a loader (C++, Java or other) and a 
component URL. In order to revoke a component only
the component URL must be specified.

The component registration wizard is provided as
a StarOffice Basic library. Before the wizard can
be used, the library 'regcomp' must be imported. 
This is done by clicking the 'Append' button in 
the library tabpage of the macro organizer dialog
(Tools - Macro - Organize - Libraries). With the
file open dialog either 'script.xlb' or 'dialog.xlb' in
the directory 'regcomp' must be selected.
After the library is imported, the wizard is started 
by running the macro 'RegisterComponent' in the 
module 'regcomp'.