- 博客(4)
- 收藏
- 关注
原创 字体转换 (代码整理 备忘)
Platform SDK: International Features //软件语言国际化 char* TSTransform(const char* pStrSrc, int nToTS, char* pStrDst) { LCID lcid = MAKELCID(MAKELANGID(LANG_CHINESE,SUBLANG_CHINESE_SIMPLIFIED),SOR
2017-05-19 10:58:58
1401
原创 VC VS用ADO访问操作数据库
引入库:msado15.dll //初始化与定义对象 CoInitialize(NULL); //初始化Com库 _ConnectionPtr m_pConn(_uuidof(Connection)); //定义ADO连接 m_pCon.CreateInstance(__uuidof(Connection)); _CommandPtr m_pCmd(_uuidof(Comm
2017-03-01 10:43:47
1259
原创 CString转Char* char[]转CString
备注: CString转Char* 用 sprintf CString strID; int n = strID.GetLength(); char * pFileName = new char[n+1]; sprintf(pFileName,"%s",strID); char[]转CString 用CString::Format char write
2017-01-13 11:06:55
495
原创 Qt :-1073741823 错误总结(备忘)
Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly RtlWerpReportException failed with status code :-1073741823. Will try to launch the proc
2015-10-30 16:27:05
2974
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人