We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加了: DUI_BEGIN_MESSAGE_MAP(MainWndFrame, CNotifyPump) DUI_ON_MSGTYPE(DUI_MSGTYPE_CLICK, OnClick) DUI_END_MESSAGE_MAP()之后,提示如下: 错误 1 error LNK2001: 无法解析的外部符号 "protected: static struct DuiLib::DUI_MSGMAP const DuiLib::WindowImplBase::messageMap" (?messageMap@WindowImplBase@DuiLib@@1UDUI_MSGMAP@2@B) C:\Users\Documents\Visual Studio 2013\Projects\Helloworld\Helloworld\MainWndFrame.obj Helloworld ,请问这个是哪里做错了吗?
DUI_BEGIN_MESSAGE_MAP(MainWndFrame, CNotifyPump) DUI_ON_MSGTYPE(DUI_MSGTYPE_CLICK, OnClick) DUI_END_MESSAGE_MAP()
The text was updated successfully, but these errors were encountered:
@duqingnian 你可以把自己的代码与教程中的代码做一下对照,我已经开始计划做新的一套基于 NIM Duilib 的教程,这份教程可能不再更新了。
Sorry, something went wrong.
NIM Duilib
@nmgwddj nim Duilib和我们用的,以及现在大家改的duilib, 本质上有什么区别,有哪些优化点? 您这边现在一直改用 nim的了?
NIM Duilib @nmgwddj nim Duilib和我们用的,以及现在大家改的duilib, 本质上有什么区别,有哪些优化点? 您这边现在一直改用 nim的了?
NIM duilib 主要的改动:
其他更多的建议还是参考 NIM duilib 的 github 地址:https://github.com/netease-im/NIM_Duilib_Framework
No branches or pull requests
添加了:
DUI_BEGIN_MESSAGE_MAP(MainWndFrame, CNotifyPump) DUI_ON_MSGTYPE(DUI_MSGTYPE_CLICK, OnClick) DUI_END_MESSAGE_MAP()
之后,提示如下:错误 1 error LNK2001: 无法解析的外部符号 "protected: static struct DuiLib::DUI_MSGMAP const DuiLib::WindowImplBase::messageMap" (?messageMap@WindowImplBase@DuiLib@@1UDUI_MSGMAP@2@B) C:\Users\Documents\Visual Studio 2013\Projects\Helloworld\Helloworld\MainWndFrame.obj Helloworld
,请问这个是哪里做错了吗?
The text was updated successfully, but these errors were encountered: