Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.53 KB

ignoreidl-don-t-process-attributes-into-midl.md

File metadata and controls

38 lines (27 loc) · 1.53 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: /IGNOREIDL (Don't Process Attributes into MIDL)
/IGNOREIDL (Don't Process Attributes into MIDL)
11/04/2016
VC.Project.VCLinkerTool.IgnoreEmbeddedIDL
/ignoreidl
IGNOREIDL linker option
-IGNOREIDL linker option
/IGNOREIDL linker option
29514098-6a1c-4317-af2f-1dc268972780

/IGNOREIDL (Don't Process Attributes into MIDL)

/IGNOREIDL

Remarks

The /IGNOREIDL option specifies that any IDL attributes in source code should not be processed into an .idl file.

To set this linker option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see Set C++ compiler and build properties in Visual Studio.

  2. Select the Configuration Properties > Linker > Embedded IDL property page.

  3. Modify the Ignore Embedded IDL property.

To set this linker option programmatically

  • See xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.IgnoreEmbeddedIDL%2A.

See also

MSVC linker reference
MSVC Linker Options
/IDLOUT (Name MIDL Output Files)
/TLBOUT (Name .TLB File)
/MIDL (Specify MIDL Command Line Options)
Building an Attributed Program