atlsoap.h”: No such file or directory
在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的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: fsocketopen域名解析错误
- 下一篇: 共享一个查找IP所在交换机端口的方法