User`s guide

A Producing a COM Object from MATLAB
A-6
Step 4. Linking and Resource Binding
The fourth step produces the finished DLL for the component. This step
invokes the linker on the object files generated in step 3 and the necessary
MATLAB libraries to produce a DLL component (
mycomponent_1_0.dll). The
resource compiler is then invoked on the DLL, along with the resource script
generated in step 1, to bind the type library file generated in step 2 into the
completed DLL.
Step 5. Component Registration
The final build step registers the DLL on the system. See Component
Registration on page C-2 for information about this process.