在VS2008中移除了对ATL Server的内置代码,而是把它独立为一个开源项目,见 http://www.codeplex.com/AtlServer/

但这意味着原来在vs2003,vs2005程序中使用了以下头文件的程序将编译出错,

如 fatal error C1083: 无法打开包括文件:“atlsoap.h”: No such file or directory

  • afxisapi.h

  • afxisapi.inl

  • afxisapi.rc

  • atlcache.h

  • atlcrypt.h

  • atlcrypt.inl

  • atlextmgmt.h

  • atlhtml.h

  • atlhttp.h

  • atlhttp.inl

  • atlisapi.h

  • atlmime.h

  • atlperf.h

  • atlperf.inl

  • atlrx.h

  • atlserr.h

  • atlsession.h

  • atlsharedsvc.h

  • atlsiface.h

  • atlsmtpconnection.h

  • atlsmtputil.h

  • atlsoap.h

  • atlsrv.rc

  • atlsrvres.h

  • atlstencil.h

  • dllmgr.srf

  • isapi.cpp

  • isapimix.cpp

  • stencilmgr.srf

  • threadmgr.srf

解决的方法是将这些头文件找到并复制入 C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include中

所需要的头文件在压缩文件的include目录:

转载于:https://www.cnblogs.com/greencolor/archive/2012/02/28/2371424.html

atlsoap.h”: No such file or directory相关推荐

  1. 【Qt】错误GL/gl.h: No such file or directory的解决方法(以及cannot find -lGL解决方法)

    1.问题描述 QtCreator第一次编译时,报错GL/gl.h: No such file or directory 错误信息如下: /home/Qt5.6.3/5.6.3/gcc_64/inclu ...

  2. 【linux】error: stdio.h: No such file or directory

    ubuntu 默认没有C和C++编译环境 ubuntu 默认没有C和C++编译环境,新装的ubuntu,使用gcc编译时,会报错,找不到某某头文件等.在编译一个demo,如hello world时,会 ...

  3. Python.h: No such file or directory

    安装python-devel包解决这个问题 # pip install netifaces     DEPRECATION: Python 2.6 is no longer supported by ...

  4. 报错解决:fatal error: json/json.h: No such file or directory

    晚上在做编译原理作业的时候遇到了报错: ASTNodes.h:6:23: fatal error: json/json.h: No such file or directory#include < ...

  5. fatal error: Python.h: No such file or directory 解决

    [常见错误] fatal error: Python.h: No such file or directory 环境场景 系统: Parrot Linux 软件: 系统python默认版本2.7 Py ...

  6. mysql-python 安装错误: Cannot open include file: 'config-win.h': No such file or directory

    问题描述: pip instal MySQL-Python 出现如下错误: [plain] view plain copy Installing collected packages: MySql-p ...

  7. Install matplotlib Error: src/ft2font.h:16:22: fatal error: ft2build.h: No such file or directory

    在ubuntu下从源码安装matplotlib的时候出现这样的错误: src/ft2font.h:16:22: fatal error: ft2build.h: No such file or dir ...

  8. linux 内核编译 错误 fatal error: linux/compiler-gcc6.h: No such file or directory

    在交叉编译i.MX6UL的Kernel代码时出现这个错误 CHK include/config/kernel.release  Using .. as source for kernel  GEN . ...

  9. cudnn.h: No such file or directory

    cudnn.h: No such file or directory cudnn 是单独的库,Windows需要安装下载,linux也需要. 比如路径: cudnn-10.0-windows10-x6 ...

最新文章

  1. $GLOBALS['HTTP_RAW_POST_DATA'] 和$_POST的区别
  2. 2021年春季学期-信号与系统-第十五次作业参考答案-第十小题参考答案
  3. sublime 插件
  4. SpringCloud 应用在 Kubernetes 上的最佳实践 — 线上发布(可灰度)
  5. etl报表开发是什么意思_中间表是什么?和报表有什么关系?会带来怎样的问题?又如何解决?...
  6. kvm 调试内核方法
  7. 评分卡模型开发(一)--用户数据缺失值处理
  8. 实现一个本地的json访问地址优化版本--python
  9. Atitit.增强系统稳定性----虚拟内存的设置
  10. JavaScript运算符及转义字符
  11. mysql8019zip安装_Eclipse+java+mysql8019实现数据库连接
  12. jdk32位安装包下载_iTunes 企业版12.6.5,可下载应用安装包版本和支持升级iOS 12
  13. vue集成环信Web IM
  14. 网络受限是个什么东东?
  15. vue如何判断iOS与Android系统
  16. 友盟+吕志国:数据智能让天下没有难做的营销
  17. RPO 相对路径覆盖攻击
  18. unity游戏之太空射击
  19. frp Connection refused
  20. 看完,如果你不分享,是我的失败!

热门文章

  1. [UWP]用Shape做动画(2):使用与扩展PointAnimation
  2. 2016中国知识管理发展的7个趋势
  3. 通过ezjail创建和管理jail虚拟机
  4. MY Fist 51CTO BLOG
  5. Linux 标准目录结构 FHS
  6. jquery下拉分页
  7. Java之构造器和构造方法的使用和意义
  8. mutation annovar
  9. 刷题向》关于一道比较优秀的递推型DP(openjudge9275)(EASY+)
  10. VC++分析数据包实现Telnet协议分析