
mfc
PrimUV
这个作者很懒,什么都没留下…
展开
-
CreateIndirect
原创 2014-08-13 16:46:05 · 1219 阅读 · 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 · 648 阅读 · 0 评论 -
vector使用遇到的问题
因为需要删除给定数据中的原创 2014-11-14 16:15:52 · 663 阅读 · 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 · 1073 阅读 · 0 评论 -
BCG
BCG编译提示链接出错原创 2014-12-11 22:05:53 · 446 阅读 · 0 评论