用MFC显示一个BMP图像,但那个BMP图像在另一个程序中会不断改变,怎么让MFC显示的图片也跟着变化 10
2个回答
2012-11-09
展开全部
Not quite familiar with MFC, but the idea should work
1. create a pointer points to the BGR data in that bmp image
2. display using the pointer,
void Display(unsigned char* bmpImagePointer)
1. create a pointer points to the BGR data in that bmp image
2. display using the pointer,
void Display(unsigned char* bmpImagePointer)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询