NIM_PC_Demo icon indicating copy to clipboard operation
NIM_PC_Demo copied to clipboard

云信Windows(PC) C/C++ Demo源码仓库

Results 28 NIM_PC_Demo issues
Sort by recently updated
recently updated
newest added

## 问题现象 运行生成的nim_demo_d.exe程序,报错。 错误信息:ERROR:icu_util.cc(157)] Invalid file descriptor to ICU data received. ## 重现步骤 1. vs2017编译整个demo工程 2. 运行生成的nim_demo_d.exe

bug

在项目中没有找到开源协议,不知能否在商业项目中使用部分源码代码。使用该项目的源代码有什么要求

参考demo的视频通话部分,使用opencv获取本地摄像头数据对自定义控件进行绘制后,发现绘制的画面没有颜色,本地是灰度图画面;opencv获取的视频帧是正确的,是格式还是绘制问题呢?请问该如何解决?感谢

HttpRequestID HttpTransThread::AddRequestToCatchList(const HttpRequestSharedPtr &request) { nbase::NAutoLock autolock(&message_loop_flag_lock_); request_current_sn_ -= 1; if (request_current_sn_ == INVALID_HTTPREQUESTID) request_current_sn_ = kREQUEST_ID_BASE; request_list_.insert(std::make_pair(request_current_sn_, std::make_pair(request.get(), request))); request->attach_release(ToWeakCallback(std::bind(&HttpTransThread::OnRequestRelease, this, request.get()))); return request_current_sn_; }

我在一个label中使用lb_show_hide_board_= (ui::Label*)FindControl(L"show_hide_board"); lb_show_hide_board_->AttachAllEvents(nbase::Bind(&KbShutcutsForm::OnLbShowHideBoardNotify, this, std::placeholders::_1)); bool KbShutcutsForm::OnLbShowHideBoardNotify(ui::EventArgs* msg) { if (msg->Type == kEventSystemKey) { ui::EventArgs* m = msg; } } 按alt进入不到这个kEventSystemKey 过程,请帮忙解答一下,不胜感激。

I have installed the VS2019 in my windows environment. but when i use the Cmake command to build the project, it throw the Build with CMake Generator Visual Studio 15...