您的位置:首页 > 其它

'_ConnectionPtr' : missing storage-class or type specifiers

2015-03-31 10:08 447 查看
今天遇到错误“'_ConnectionPtr' : missing storage-class or type specifiers .”;
明明已经在StdAfx.h 包含了#import "c:/program files/common files/system/ado/msado15.dll" no_namespace rename("EOF","adoEOF")

但是出来一系列跟msado15.dll有关的错误。

解决办法:build(组建)->rebuild all(全部重建)后问题解决,即是重新编译StdAfx.h文件,错误消失
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐