【问题标题】:How to use CFileFind in MFC Smart Device Application VC++?如何在 MFC 智能设备应用程序 VC++ 中使用 CFileFind?
【发布时间】:2013-04-10 07:16:35
【问题描述】:

我遇到这样的错误

 error C2065: 'CFileFind' : undeclared identifier
 error C2146: syntax error : missing ';' before identifier 'finder' 
 error C2065: 'finder' : undeclared identifier  
 error C2065: 'finder' : undeclared identifier

【问题讨论】:

  • 它说它不理解CFileFind,所以你缺少一个标题或者你正在使用智能设备不支持的功能。

标签: visual-c++ mfc cfile cfilefind


【解决方案1】:

来自 CFileFind 文档:http://msdn.microsoft.com/en-US/library/f33e1618(v=VS.80).aspx

“智能设备项目不支持此类”

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-03-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-06-15
    • 2014-06-06
    相关资源
    最近更新 更多