注册 登录
编程论坛 VC++/MFC

VS2008 not include 'afxwin.h' 怎么回事

CSDN89 发布于 2011-05-01 03:31, 1227 次点击
VS2008 not include 'afxwin.h' 怎么回事
是没有安装正确么
别人编的文件中都stdafx.h :
#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions
#include <afxdisp.h>        // MFC Automation classes
#include <afxdtctl.h>        // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>        
在我的VS中编译时都报错,为什么?
2 回复
#2
qq10235692232011-05-01 07:31
这个好说,意思是VS2008中没有这个头文件,版本不同了!去掉吧!
#3
CSDN892011-05-01 14:45
ls,没有这些头文件,后面的程序不是都不能运行了么?它们都存在在Stdafx.h头文件中。那
1