码迷,mamicode.com
首页 > 编程语言 > 详细

【MFC】error C2065: 'AfxGetFileName' : undeclared identifier

时间:2019-06-05 16:26:42      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:http   一起   链接   ram   config   pil   bsp   博文   str   

一开始在debug目录下无任何错误  

在release下总是

--------------------Configuration: maizang - Win32 Debug--------------------
Compiling...
APPINIT.CPP
C:\Program Files\Microsoft Visual Studio\VC98\MFC\SRC\APPINIT.CPP(90) : error C2065: ‘AfxGetFileName‘ : undeclared identifier
C:\Program Files\Microsoft Visual Studio\VC98\MFC\SRC\APPINIT.CPP(102) : error C2065: ‘AfxLoadString‘ : undeclared identifier
C:\Program Files\Microsoft Visual Studio\VC98\MFC\SRC\APPINIT.CPP(139) : error C2373: ‘AfxGetFileName‘ : redefinition; different type modifiers

后来单独包含stdafx  或者StdAfx  都会报错 

但是2个一起包含居然没错了

难道这2个不是一个文件?
---------------------
作者:chasexie(xiehonghao)
来源:CSDN
原文:https://blog.csdn.net/hnust_xiehonghao/article/details/8578241
版权声明:本文为博主原创文章,转载请附上博文链接!

【MFC】error C2065: 'AfxGetFileName' : undeclared identifier

标签:http   一起   链接   ram   config   pil   bsp   博文   str   

原文地址:https://www.cnblogs.com/ZHENGJUNupperclassman/p/10980206.html

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