错误C2065:"IDD_DRO":未声明的标识符 [英] error C2065: 'IDD_DRO' : undeclared identifier

查看:277
本文介绍了错误C2065:"IDD_DRO":未声明的标识符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我创建了一个对话框,然后更改为DialogBar进行停靠,它显示了以下错误

 错误C2065:'IDD_DRO':未声明的标识符


类CDROWnd :public CDialogBar
{
//构建
public:
    CDROWnd();   //标准构造函数

//对话框数据
    //{{AFX_DATA(CDROWnd)
   枚举{IDD = IDD_DRO};

..................

如何清除它,请给我一个链接到可停靠对话框栏中可调整大小的子控件.

Hi I Created a Dialog box and i changed to DialogBar for docking it shows the following error

 error C2065: 'IDD_DRO' : undeclared identifier

class CDROWnd : public CDialogBar
{
// Construction
public:
    CDROWnd();   // standard constructor

// Dialog Data
    //{{AFX_DATA(CDROWnd)
    enum { IDD = IDD_DRO };

..................

How to clear that and please give me a link to resizable child controls in the dockable dialog bar

推荐答案

只需检查resource.h文件中是否存在此Resource,如果存在,则在上述文件中添加此标头.
Just check if this Resource exists in resource.h file, If exists then add this header in above mentioned file.


这篇关于错误C2065:"IDD_DRO":未声明的标识符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆