
mfc
PrimUV
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CreateIndirect
原创 2014-08-13 16:46:05 · 1238 阅读 · 0 评论 -
mfc 使用apache xerces 读写xml
try{XMLPlatformUtils::Initialize();}catch (XMLException* e){char *message=XMLString::transcode( e->getMessage() );AfxMessageBox( message );XMLString::release( &message );return 0;}原创 2014-10-23 17:20:21 · 661 阅读 · 0 评论 -
vector使用遇到的问题
因为需要删除给定数据中的原创 2014-11-14 16:15:52 · 673 阅读 · 0 评论 -
MFC碰到的access violation错误
BOOL CComboBox::Create(DWORD dwStyle, const RECT& rect, CWnd* pParentWnd,UINT nID){CWnd* pWnd = this;return pWnd->Create(_T("COMBOBOX"), NULL, dwStyle, rect, pParentWnd, nID);}错误地方原创 2014-10-20 11:03:38 · 1086 阅读 · 0 评论 -
BCG
BCG编译提示链接出错原创 2014-12-11 22:05:53 · 460 阅读 · 0 评论