MFCerror C2065: 'AfxGetFileName' : undeclared identifier
Posted zhengjunupperclassman
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MFCerror C2065: 'AfxGetFileName' : undeclared identifier相关的知识,希望对你有一定的参考价值。
一开始在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
版权声明:本文为博主原创文章,转载请附上博文链接!
以上是关于MFCerror C2065: 'AfxGetFileName' : undeclared identifier的主要内容,如果未能解决你的问题,请参考以下文章
“错误 C2065:'ON_WM_THEMECHANGED':未声明的标识符”[关闭]