2.7.2 ....[wx-dev] Compile error in src/msw/tabctrl.cpp

chris elliott biol75 at york.ac.uk
Tue Oct 31 00:56:19 PST 2006


thanks for all the fixes, will checkout 2.7.2 now
chris

Vadim Zeitlin wrote:
> On Tue, 31 Oct 2006 04:23:33 +0000 Wlodek Szafran <wlodek.szafran at hwcn.org> wrote:
> 
> WS> in line 80, the symbol wxTC_MULTILINE is used, which is defined in 
> WS> include/wx/defs.h as wxNB_MULTILINE which is uknknown here as it is 
> WS> defined in include/wx/notebook.h and this one isn't included anywhere 
> WS> along the way.  Including that header just before include/wx/tabctrl.h 
> WS> in src/msw/tabctrl.cpp fixes the problem but perhaps there is a better way.
> 
>  I've changed the values in wx/defs.h as a quick fix because this had to be
> done anyhow to avoid the clash between wxTC_MULTILINE (= wxNB_MULTILINE =
> 0x0200) and wxTC_OWNERDRAW (= 0x0200).
> 
>  Thanks,
> VZ
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
> 




More information about the wx-dev mailing list