/<system> switch
/<system> 开关指示 MIDL 编译器为指定系统生成类型库。 默认值为当前操作系统。
midl /{win32 | ia64 | amd64}
切换选项
-
win32
-
Windows 2000、Windows XP、Windows Vista、Windows 7
-
ia64
-
基于 Intel 的 64 位 Windows 环境,例如 Windows 2000、Windows Server 2003、Windows XP Professional x64 版本、Windows Vista 或 Windows 7。
-
amd64
-
基于美国微型设备的 64 位 Windows 环境,例如 Windows 2000、Windows Server 2003、Windows XP Professional x64 Edition、Windows Vista 或 Windows 7。
备注
/<system> 开关在功能上与 MIDL /env 选项相同,并且由 MIDL 编译器仅为了与 MkTypLib 向后兼容而识别。 如果要生成新的生成文件,请使用 /env 开关。
示例
midl /win32 filename.idl
另请参阅