MATLAB COM Builder | ![]() ![]() |
Producing a COM Class
Producing a COM class requires the generation of a class definition file in Interface Description Language (IDL) as well as the associated C++ class definition/implementation files. (See the Microsoft COM documentation for a complete discussion of IDL and C++ coding rules for building COM objects.) The builder automatically produces the necessary IDL and C/C++ code to build each COM class in the component. This process is generally transparent to the user.
![]() | Calling Conventions | IDL Mapping | ![]() |