- UID
- 226
- 麦力
- 13
- 注册时间
- 2015-10-13
- 最后登录
- 2016-5-6
- 精华
- 0
- 阅读权限
- 20
- 在线时间
- 13 小时
|
5#
楼主 |
发表于 2016-4-1 10:47:44
|
只看该作者
P_Layer shiqi_create_side_bg_layer()
{
GRect side_bg_frame = { { SHIQI_SIDE_BG_ORIGIN_X, SHIQI_SIDE_BG_ORIGIN_Y },
{ SHIQI_SIDE_BG_SIZE_H, SHIQI_SIDE_BG_SIZE_W } };
GBitmap side_bg_bitmap;
res_get_user_bitmap(RES_BITMAP_SHIQI_SIDE_BG, &side_bg_bitmap);
LayerBitmap side_bg_struct = { side_bg_bitmap, side_bg_frame, GAlignCenter };
return app_layer_create_bitmap(&side_bg_struct);
}
全是这种错误啊196:22: error: 'RES_BITMAP_SHIQI_SIDE_BG' undeclared (first use in this function)
|
|