/MIDL (Windows CE 5.0)

Send Feedback

The /MIDL option causes the Microsoft Interface Definition Language (MIDL) compiler to be invoked.

/MIDL:@file

Parameters

  • file
    The name of the file that that contains MIDL command line options.

Remarks

All options for the conversion of an IDL file to a TLB file must be given in file; MIDL command-line options cannot be specified on the linker's command line. If /MIDL is not specified, the MIDL compiler is invoked with only the IDL file name and no other options.

The file should contain one MIDL command-line option per line.

See Also

Linker Options | /IDLOUT | /IGNOREIDL | /TLBOUT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.