码迷,mamicode.com
首页 > 其他好文 > 详细

error C2065: 'CArchiveStream' : undeclared identifier

时间:2014-09-06 09:43:22      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   使用   ar   strong   文件   

release:模式下

问题: 在导入JPEG文件时要使用到  CArchiveStream类  但是编译的时候会出现  ‘CArchiveStream‘   :   undeclared   identifier    编译错误。即使追加了 #include <afxpriv.h> #include <afxpriv2.h> 有时候还是不能解决问题。

解决方法: 在预编译文件stdafx.h文件中追加  #ifndef _AFX_NO_OLE_SUPPORT #include <afxdtctl.h>  // MFC の Internet Explorer 4 コモン コントロール サポート #endif

 

http://www.guokr.com/question/468503/

 

http://hi.baidu.com/huangqishang/item/a80daff54e09b1d643c36ab2

http://blog.csdn.net/charleyf/article/details/4180213

error C2065: 'CArchiveStream' : undeclared identifier

标签:style   blog   http   color   io   使用   ar   strong   文件   

原文地址:http://www.cnblogs.com/pengkunfan/p/3959137.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!