【发布时间】:2017-04-25 07:05:02
【问题描述】:
我已经下载了 wxWidgets-3.0.2 并尝试从主程序创建一个简单的 FRAME。 不幸的是,我收到了多个与 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 准备就绪时收到这些消息?
【问题讨论】:
-
@DavidMillarPowell,你是在编译自己的代码还是 wxWidgets?
标签: wxwidgets