MATLAB COM Builder | ![]() ![]() |
Self-Registering Components
MATLAB COM Builder components are all self-registering. A self-registering component contains all the necessary code to add or remove a full description of itself to or from the system registry. The mwregsvr
utility registers self-registering DLLs. For example, to register a component called mycomponent_1_0.dll
, issue this command at the DOS command prompt.
When mwregsvr
completes the registration process, it displays a message indicating success or failure. Similarly, the command
An COM 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 ensure that the registry does not retain erroneous information.
![]() | Component Registration | Globally Unique Identifiers | ![]() |