MIDL 编译器错误:MIDL
当我使用 MIDL 将 IDL 文件编译为 .h 和 .c 时,出现错误:
midl : command line error MIDL1004 : Cannotexecute C preprocessor cl.exe.
请帮助我,我不知道为什么。
我使用的 MIDL 编译器是 VC++ 6.0 的一部分。
谢谢。
When I use MIDL to compile a IDL file to .h and .c, I get a error said:
midl : command line error MIDL1004 : cannot execute C preprocessor cl.exe.
Please kindly help me, I do not know why.
The MIDL compiler which I use is part of VC++ 6.0.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来你的环境设置不正确。尝试在编译之前调用 vcvars32 。
It seems your environment is not correctly set. Try calling
vcvars32
before compiling.