注册 登录
编程论坛 VC++/MFC

VC 错误error C2065: 'IDD_DIALOG2' : undeclared identifier

a315010225 发布于 2011-06-30 12:00, 2993 次点击
急急急  VC 错误提示                                                                            e    error C2065: 'IDD_DIALOG2' : undeclared identifier
(21) : error C2057: expected constant expression                                                                                                                       
4 回复
#2
a3150102252011-06-30 12:01
错误提示 error C2065: 'IDD_DIALOG2' : undeclared identifier
(21) : error C2057: expected constant expression              如何修改
                                                      
#3
zhoufeng19882011-06-30 13:24
出现在哪儿的?
这是没有找到对象的资源ID。
#4
a3150102252011-06-30 13:56
E:\Test\SpliteView8\DLg1.h(21) : error C2065: 'IDD_DIALOG2' : undeclared identifier
E:\Test\SpliteView8\DLg1.h(21) : error C2057: expected constant expression 这是我程序的错误  在对话框中找不见资源
#5
a3150102252011-06-30 16:24
已解决 在对话框.h文件中加入#include "resource.h"
1