描述:
Compiling...
MFToolbar.cpp
C:\Documents and Settings\zhanggengwei\桌面\MotleyFool\MFToolbar.cpp(35) : error C2065: 'c' : undeclared identifier
C:\Documents and Settings\zhanggengwei\桌面\MotleyFool\MFToolbar.cpp(35) : error C2065: 'TBSTYLE_EX_MIXEDBUTTONS' : undeclared identifier
C:\Documents and Settings\zhanggengwei\桌面\MotleyFool\MFToolbar.cpp(58) : error C2065: 'BTNS_BUTTON' : undeclared identifier
C:\Documents and Settings\zhanggengwei\桌面\MotleyFool\MFToolbar.cpp(58) : error C2065: 'BTNS_AUTOSIZE' : undeclared identifier
C:\Documents and Settings\zhanggengwei\桌面\MotleyFool\MFToolbar.cpp(58) : error C2065: 'BTNS_SHOWTEXT' : undeclared identifier
Error executing cl.exe.
MotleyFool.dll - 5 error(s), 0 warning(s)
解决方案1:
need platform sdk.
下载之后将sdk里的头文件设置为最前.
都是undeclared identifier这个
建议你把补丁打上
如果还不行,看看你的源码!
您可能想查找下面的文章:
- 高分求:InternetExplorer遇到附加元件上的问题需要关闭?
- 关于由WebBrowser控件或InternetExplorer承载MSHTML实例时发生内存泄漏?
- 跳出“为了帮助保护您的安全,internetexplorer已经限制………………”
- 怎么实现在explorer中给不同的文件换不同的图标
- 如何获得InternetExplorer_Server窗口的边框和滚动条的宽度信息
- IE7下的BHO,可以获取TabWindowClass窗口句柄,但是不能获取InternetExplorer_Server窗口的句柄?
- 提示“InternetExplorer已经阻止此站点以不安全的方式使用ActiveX控件“怎么解决?
- 插入InternetExplorerObject发生错误
- InternetExplorer_Server类的相关问题
- ATL控件中如何取得InternetExplorer_Server对象?