摘要: 转载别人代码;做备忘 condition.h condition.c 阅读全文
posted @ 2018-11-30 11:44 出来打酱油 阅读(403) 评论(0) 推荐(0) 编辑
摘要: //MQTT注册(连接) bool RegisterMQTT(const std::string& user, const std::string& pwd, const std::string& serviceIp, const std::string& source){ int rc = -1; 阅读全文
posted @ 2018-01-26 11:13 出来打酱油 阅读(934) 评论(0) 推荐(0) 编辑
摘要: 在底层dll实现 接口.h文件 typedef interfaceBase* (lpObjCreate)(); class interfaceBase { virtual setcallback(callbackBase* callback){}; } class callbackBase { vi 阅读全文
posted @ 2018-01-16 20:23 出来打酱油 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 编译完成后,报 onecoreuap\inetcore\urlmon\zones\zoneidentifier.cxx(359)\urlmon.dll!727F1C60: (caller: 727F1A28) ReturnHr(1) tid(28f0) 80070002 系统找不到指定的文件。 Ex 阅读全文
posted @ 2018-01-16 20:02 出来打酱油 阅读(948) 评论(0) 推荐(0) 编辑
摘要: void SendNews(CString sip,CString msg){ std::string str= CUtility::string_To_UTF8(msg.GetString()); LinphoneChatRoom* chat_room = linphone_core_get_ch 阅读全文
posted @ 2017-12-28 17:02 出来打酱油 阅读(583) 评论(0) 推荐(0) 编辑
摘要: bool call(CString sip){ if (sip.IsEmpty()) return false; char* normalizedUserName = NULL; LinphoneProxyConfig* proxyCfg = NULL; //get default proxy li 阅读全文
posted @ 2017-12-28 16:58 出来打酱油 阅读(377) 评论(0) 推荐(0) 编辑
摘要: memset(&vTable, 0, sizeof(vTable)); vTable.global_state_changed = CLinphoneProxyConfig::global_state_changed; vTable.registration_state_changed = CLin 阅读全文
posted @ 2017-12-28 16:56 出来打酱油 阅读(1382) 评论(0) 推荐(0) 编辑
摘要: bool Register(CString user, CString pwd, CString Service) { CString szidentity = _T(""); szidentity.Format(_T("sip:%s@%s"), user.GetString(), Service. 阅读全文
posted @ 2017-12-28 16:51 出来打酱油 阅读(1924) 评论(0) 推荐(0) 编辑
摘要: linphone官网 linphone 笔记: http://blog.csdn.net/ccfxue/article/category/6356356/1 linphone 用例 :http://blog.csdn.net/ccfxue/article/details/52571838 (Libl 阅读全文
posted @ 2017-12-28 16:29 出来打酱油 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ https://www.codeproject.com/ 阅读全文
posted @ 2017-12-16 11:02 出来打酱油 阅读(195) 评论(0) 推荐(0) 编辑