[wx-dev] wxMSW: 2.9-cvs Compile issue with MSVC8 on
src/richtext/richtextformatdlg.cpp
Julian Smart
julian at anthemion.co.uk
Mon Apr 2 01:52:03 PDT 2007
Thanks, now fixed in CVS.
Regards,
Julian
Tim Stahlhut wrote:
> FYI:
>
> I get an error using MSVC8 of
> ..\..\src\richtext\richtextformatdlg.cpp(338) : fatal error C1017:
> invalid integer constant expression
>
>
> Index: src/richtext/richtextformatdlg.cpp
> ===================================================================
> RCS file: /pack/cvsroots/wxwidgets/wxWidgets/src/richtext/richtextformatdlg.cpp,v
> retrieving revision 1.12
> diff -b --unified -r1.12 richtextformatdlg.cpp
> --- src/richtext/richtextformatdlg.cpp 2007/03/30 13:19:43 1.12
> +++ src/richtext/richtextformatdlg.cpp 2007/04/02 02:03:35
> @@ -65,9 +65,9 @@
> #endif
>
> #if 0 // def __WXMAC__
> -#define wxRICHTEXT_USE_TOOLBOOK true
> +#define wxRICHTEXT_USE_TOOLBOOK 1
> #else
> -#define wxRICHTEXT_USE_TOOLBOOK false
> +#define wxRICHTEXT_USE_TOOLBOOK 0
> #endif
>
> bool wxRichTextFormattingDialog::sm_showToolTips = false;
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
>
>
>
>
--
Julian Smart, Anthemion Software Ltd.
28/5 Gillespie Crescent, Edinburgh, Midlothian, EH10 4HU
www.anthemion.co.uk | +44 (0)131 229 5306
Tools for writers: www.writerscafe.co.uk
wxWidgets RAD: www.anthemion.co.uk/dialogblocks
More information about the wx-dev
mailing list