This topic has not yet been rated - Rate this topic

/notlb switch

The /notlb switch prevents the MIDL compiler from generating a type library (TLB) file.


midl /notlb

Switch Options

This switch has no parameters.

Remarks

By default, the MIDL compiler will generate a TLB file whenever it encounters a LIBRARY statement. This switch overrides the default behavior.

When the /notlb option is specified, all other stubs, headers, etc. are generated as usual.

See also

/tlb

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.