error C2872: “CDC”: 不明确的符号 该怎么处理?
1>c:\users\blk\downloads\05281557windows资源管理器\myexplorer\myexplorerdlg.cpp(94):errorC...
1>c:\users\blk\downloads\05281557windows资源管理器\myexplorer\myexplorerdlg.cpp(94): error C2872: “CDC”: 不明确的符号
1> 可能是“d:\program files\code\vs\vc\atlmfc\include\afxwin.h(574) : CDC”
1> 或 “d:\program files\code\vs\vc\include\atlgdi.h(3358) : WTL::CDC”
1>c:\users\blk\downloads\05281557windows资源管理器\myexplorer\myexplorerdlg.cpp(94): error C2872: “CDC”: 不明确的符号
1> 可能是“d:\program files\code\vs\vc\atlmfc\include\afxwin.h(574) : CDC”
1> 或 “d:\program files\code\vs\vc\include\atlgdi.h(3358) : WTL::CDC”
1>
倒是明白问题出在WTL上,但是不知道怎么处理…… 文中所指的行是
BEGIN_MESSAGE_MAP(CMyExplorerDlg, CDialog)
//{{AFX_MSG_MAP(CMyExplorerDlg)
ON_WM_SYSCOMMAND()
ON_WM_PAINT()
ON_WM_QUERYDRAGICON()
ON_NOTIFY(TVN_SELCHANGED, IDC_TREE, OnSelchangedTree)
ON_NOTIFY(NM_DBLCLK, IDC_LIST, OnDblclkList)
ON_BN_CLICKED(IDC_REDIRECT, OnRedirect)
ON_EN_CHANGE(IDC_URL, OnChangeUrl)
ON_NOTIFY(LVN_ITEMCHANGED, IDC_LIST, OnItemchangedList)
ON_WM_CREATE()
ON_WM_ERASEBKGND() 【这一行报CDC不明确】
//}}AFX_MSG_MAP
END_MESSAGE_MAP() 展开
1> 可能是“d:\program files\code\vs\vc\atlmfc\include\afxwin.h(574) : CDC”
1> 或 “d:\program files\code\vs\vc\include\atlgdi.h(3358) : WTL::CDC”
1>c:\users\blk\downloads\05281557windows资源管理器\myexplorer\myexplorerdlg.cpp(94): error C2872: “CDC”: 不明确的符号
1> 可能是“d:\program files\code\vs\vc\atlmfc\include\afxwin.h(574) : CDC”
1> 或 “d:\program files\code\vs\vc\include\atlgdi.h(3358) : WTL::CDC”
1>
倒是明白问题出在WTL上,但是不知道怎么处理…… 文中所指的行是
BEGIN_MESSAGE_MAP(CMyExplorerDlg, CDialog)
//{{AFX_MSG_MAP(CMyExplorerDlg)
ON_WM_SYSCOMMAND()
ON_WM_PAINT()
ON_WM_QUERYDRAGICON()
ON_NOTIFY(TVN_SELCHANGED, IDC_TREE, OnSelchangedTree)
ON_NOTIFY(NM_DBLCLK, IDC_LIST, OnDblclkList)
ON_BN_CLICKED(IDC_REDIRECT, OnRedirect)
ON_EN_CHANGE(IDC_URL, OnChangeUrl)
ON_NOTIFY(LVN_ITEMCHANGED, IDC_LIST, OnItemchangedList)
ON_WM_CREATE()
ON_WM_ERASEBKGND() 【这一行报CDC不明确】
//}}AFX_MSG_MAP
END_MESSAGE_MAP() 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询