万捷博客

万捷博客
一个知识汇聚的地方
首页 » c++ » error RC2108: expected numerical dialog constant

error RC2108: expected numerical dialog constant

当我们给Dialog添加图片的时候,经常会出现:错误 1 error RC2108: expected numerical dialog constant C:\xx\xxx.rc 57 1 xxx

问题代码:

IDD_DIALOG1 DIALOGEX 0, 0, 385, 240
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_SYSMENU
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
	CONTROL         IDB_BG, IDC_STATIC, 0, 0, 173, 215, NOT WS_GROUP
END

只需要在IDB_BG, IDC_STATIC,后面添加"Static", SS_BITMAP即可

修正后的代码:

CONTROL         IDB_BG, IDC_STATIC, "Static", SS_BITMAP,0, 0, 173, 215, NOT WS_GROUP

文章如无特别注明均为原创! 作者: admin, 转载或复制请以 超链接形式 并注明出处 万捷博客
原文地址《 error RC2108: expected numerical dialog constant》发布于2020-3-8

打赏作者

评论

游客

看不清楚?点图切换
切换注册

登录

您也可以使用第三方帐号快捷登录

切换登录

注册