C++
逸_
若文章中有技术上的错误/遗漏,欢迎指出。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CImageList-CBitmap-Usage
title: CImageList-CBitmap-Usagedate: 2020-04-03 23:27:00tags:MFCC++ CImageList创建:读取图像,创建CImageList对象,将图像添加到对象中。 bool bIsOK=true; int iRtn=TRUE; CBitmap bmp1,bmp2,bmp3; CImageList m_Im...原创 2020-04-03 23:53:33 · 387 阅读 · 0 评论 -
CWnd-AssertVaild
title: CWnd-AssertVailddate: 2020-04-03 23:26:29tags:MFCC++Errror descriptionMFC dll中的界面在Debug时调用UpdateData()函数,会判断窗口的运行环境是否跨线程,如果创建窗口的线程与调用该函数的线程不是同一个,就会触发CWnd的AssertVaild()函数中断.提示:it i...原创 2020-04-03 23:52:33 · 351 阅读 · 0 评论 -
MFC-User-Objects
一、用户对象、句柄User interface objects support only one handle per object. Processes cannot inherit or duplicate handles to user objects. Processes in one session cannot reference a user handle in another s...原创 2020-03-19 23:09:30 · 381 阅读 · 0 评论 -
C++标准库使用:string
转换c-style字符串转string原创 2019-10-10 20:27:24 · 167 阅读 · 0 评论
分享