84669인 학습
152542인 학습
20005인 학습
5487인 학습
7821인 학습
359900인 학습
3350인 학습
180660인 학습
48569인 학습
18603인 학습
40936인 학습
1549인 학습
1183인 학습
32909인 학습
用的VS2013版.程序提示错误为“未定义标识符”,发现没有afxwin.h这个源文件,尝试着将MFC改成动态库,也没成功,想要在重新创建个MFC.dll,但是发现在新建中没有MFC这一项,求教!
人生最曼妙的风景,竟是内心的淡定与从容!
1.可能是Visual studio版本的问题,用的是专业版(pro)吗?在stackoverflow上有人说, afxwin.h is MFC and MFC is not included in the free version of VC++ (Express Edition).不知道VS2013express是不是这样的,我用的VS2015。。。2.试试在vs安装目录下搜索afxwin.h如果有这个文件,然后把这个include文件夹包含进VS的include设置里面,这个可以在网上搜索到怎么包含
afxwin.h is MFC and MFC is not included in the free version of VC++ (Express Edition).
include
1.可能是Visual studio版本的问题,用的是专业版(pro)吗?在stackoverflow上有人说,
afxwin.h is MFC and MFC is not included in the free version of VC++ (Express Edition).
不知道VS2013express是不是这样的,我用的VS2015。。。2.试试在vs安装目录下搜索afxwin.h
如果有这个文件,然后把这个
include
文件夹包含进VS的include
设置里面,这个可以在网上搜索到怎么包含