我已经下载了wxWidgets-3.0.2,并且正在尝试从主程序创建一个简单的框架。不幸的是,我收到了多个错误,这些错误都与wxWidgets有关,而不是我的代码。这很奇怪,因为我相信wxWidgets应该可以工作。以下是我收到的一些错误:
*\msw\chkconf.h(19): Error! E080: col(10) "wxUSE_ACTIVEX must be defined."
\msw\chkconf.h(394): Error! E080: col(13) "wxUSE_DATAOBJ requires wxUSE_OLE"
\msw\chkconf.h(414): Error! E080: col(13) "wxMediaCtl requires wxActiveXContainer"
\chkconf.h(1630): Error! E080: col(13) "wxRearrangeCtrl requires wxCheckListBox"
\vector.h(197): Error! E148: col(71) access to private member 'reverse_iterator::m_ptr' is not allowed
\vector.h(187): Note! N392: col(21) definition: 'wxToolTip * * wxVector<wxToolTip *>::reverse_iterator::m_ptr'*为什么我会在wxWidgets应该准备好的时候收到这些消息?
发布于 2017-04-25 19:42:26
您的配置是否正确?如果没有,请尝试在Windows上使用this link 进行配置。此外,您还可以尝试使用Linux。设置WxWidgets要容易得多。
发布于 2017-04-26 06:26:33
安装wxWidgets的高级步骤:
-或者-
直到你完成了所有这些步骤,你才“准备好开始”。
https://stackoverflow.com/questions/43603838
复制相似问题