exchext.h 在哪里?
我在 Windows 7 上使用 VisualStudio .NET 2003。在编译我的项目之一时出现以下错误。
致命错误 C1083:无法打开包含文件:'EXCHEXT.H':没有这样的文件或目录
文件 EXCHEXT.h 应该位于 C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include< /em> 文件夹。我已经到处搜索但找不到这个文件。
谁能告诉我发生了什么?
I am using VisualStudio .NET 2003 on Windows 7. I get the error below while compiling one of my projects.
fatal error C1083: Cannot open include file: 'EXCHEXT.H': No such file or directory
The file EXCHEXT.h is supposed to be in C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include folder. I have searched everywhere but cannot find this file.
Can anyone give me a pointer to what is happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道问题发布已经有一段时间了,但我自己也遇到了这个问题。我检查了windows SDK,果然没有。尽管这种类型的插件开发非常需要它,但似乎不久前就被删除了。我最终找到了我拥有的旧签入副本,但也确实从谷歌代码中发现了这一点: http://code.google.com/p/outcall/source/browse/trunk/exchange/include/EXCHEXT.H?r=8。
希望这有帮助。
I know it's been a while since the questions was posted, but kind of ran into this issue myself. I checked the windows SDK and, sure enough, it wasn't there. Seems to have been dropped a while ago, even though it is highly needed, for this type of addin development. I ended finding an old checked in copy I had, but also did come across this from google code: http://code.google.com/p/outcall/source/browse/trunk/exchange/include/EXCHEXT.H?r=8.
Hope this helps.