can't compile wx 2.8.1 for WM5 using vs2005
Caligola900
caligola900 at yahoo.com
Wed Jan 10 04:00:41 PST 2007
Thanks to everybody, now it is much better! But I still get few errors,
the first one is:
..\..\src\common\pickerbase.cpp(132) : error C2664:
'wxWindowBase::SetToolTip' : cannot convert parameter 1 from 'wxToolTip
*' to 'const wxString &'
and it is quite strange, because m_picker it's a wxControl, and this is
derived from wxWindow, which has that overloaded method (or I've missed
something?)! Any idea?
I also still have to use a modified version of wx/msw/textctrl.h,
defining a wxTextCtrl::IsRich method (which returns always false),
because wxUSE_RICHEDIT is set to 0. Is this a bug?
A final note: wxUSE_ON_FATAL_EXCEPTION (and wxUSE_CRASHREPORT) are
disabled (by default in wx/msw/wince/chkconf.h) for wince because eVc
doesn't support seh (it's right?), but vs2005 support them. Could be
useful to remove such limitations?
Thanks in advance,
Paolo
More information about the wx-users
mailing list