设置CImageList背景时模拟器死住

来源:互联网 发布:cuda 8.0 linux 编辑:程序博客网 时间:2024/05/18 01:16
我在程序中写了如下代码:
//创建图像列表控件
m_cImageList = new CImageList;
m_cImageList->Create(30, 28, ILC_COLOR16, 7, 7);
m_cImageList->SetBkColor(RGB(255, 255, 255));


编译通过,然后在debug模式下运行,当执行到第三句的时候模拟器不动了,请大家帮帮忙!!!!
0 0
原创粉丝点击