User`s guide

Component Registration
ans =
function [varargout] = randvectors()
ans =
function [x] = getdates(n, inc)
ans =
function [p] = myprimes(n)
Self-Registering Components
Excel Builder components are a ll s elf re gistering. A self-registering component
contains all the necessary code to add or remove a full description of itself to
or from the system registry. T he
mwregsvr utility, distributed wit h th e MC R,
registers self-registering DLLs. For ex ample, to register a component called
mycomponent_1_0.dll, issue this command at the DOS command prompt.
mwregsvr mycomponent_1_0.dll
When mwregsvr completes the registration process, it displays a m essage
indicating success or failure. Similarly, the command
mwregsvr /u mycomponent_1_0.dll
unregisters the component.
An Excel Builder component installed onto a particular machine must be
registered with
mwregsvr. If you move a component into a different directory
on the same machine, you must repeat the registration process. When
deleting a component from a specific machine, first unregister it to e nsure
that the registry d oe s not retain erroneous i nformatio n.
A-7