07 2018 档案

摘要:#include "stdafx.h" #include <iostream> #include <windows.h> #include <comdef.h> #include <exdisp.h> #include <oledlg.h> using namespace std; // Const 阅读全文
posted @ 2018-07-14 09:25 dozeoo 阅读(546) 评论(0) 推荐(0) 编辑
摘要:#include <comdef.h> #include <comutil.h> #pragma comment(lib,"comsuppw.lib") _bstr_t b = bstrText; char* lpszText2 = b; 阅读全文
posted @ 2018-07-10 11:59 dozeoo 阅读(324) 评论(0) 推荐(0) 编辑
摘要:static char* MBSCToCEF(const char* mbcsStr) { wchar_t* wideStr; char* utf8Str; int charLen; charLen = MultiByteToWideChar(CP_UTF8, 0, mbcsStr, -1, NUL 阅读全文
posted @ 2018-07-08 11:52 dozeoo 阅读(327) 评论(0) 推荐(0) 编辑
摘要:加入了DirectShow的基类链接库后,如果此时编译就会出现以下编译错误: strmbasd.lib(wxutil.obj) : error LNK2019: 无法解析的外部符号 __imp__timeGetTime@0 strmbasd.lib(wxutil.obj) : error LNK20 阅读全文
posted @ 2018-07-02 12:10 dozeoo 阅读(2650) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示