本文介绍了错误编译.IDL:MIDL2025的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
Hello all,
我正在尝试在VS2005中编译idl接口,但总是会收到此错误:
I'm trying to compile a idl interface in VS2005 but that always get this error:
错误1错误MIDL2025:语法错误:期望]或,靠近注释"; C:\ Program Files \ Microsoft SDKs \ Windows \ v6.0 \ Include \ unknwn.idl 108错误2错误MIDL2026:无法从较早的语法错误中恢复;中止编译C:\ Program Files \ Microsoft SDKs \ Windows \ v6.0 \ Include \ unknwn.idl 108
有人对可能出什么问题有想法吗?
Anybody have idea about what could be wrong?
谢谢!
Pamella
这是源代码:
Here is the source code:
IMusicStorePlugin.idl
推荐答案
包含
i mport " unknwn. idl"
作为IDL中的第一行,然后尝试
这篇关于错误编译.IDL:MIDL2025的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!