/mktyplib203 switch

The /mktyplib203 switch forces the MIDL compiler to parse the input file.

midl /mktyplib203

Switch Options

This switch has no parameters.

Remarks

In order to use the /mktyplib203 switch, the input file must follow the ODL syntax exactly, which means you cannot place any statements outside of the library block. Examples

midl /mktyplib203 myoldodl.odl

midl /mktyplib203 oldhabit.idl

See also

General MIDL Command-line Syntax

Generating a Type Library With MIDL