Boost logo

Boost Users :

From: George Diamantopoulos (gxd186_at_[hidden])
Date: 2004-03-14 14:50:01


wchar_t is defined in that file as

typedef unsigned short wchar_t;

Did you compile your wxwidgets using /Zc:wchar_t? If so, try disabling
that and including wctype.h instead.

George Diamantopoulos

Keith MacDonald wrote:

>Thanks for the suggestion. The problem is that I'm statically linking to a
>Unicode build of wxWidets, so I get unresolved external symbols such as:
>
>"wchar_t const * const wxDialogNameStr"
>"wchar_t const * const wxButtonNameStr"
>"public: static void __cdecl wxObject::operator delete(void *,wchar_t const
>*,int)"
>"public: wchar_t const * __thiscall wxLocale::GetString(wchar_t const
>*,wchar_t const *)const"
>
>I'll have to figure out how to build wxWidgets with /Zc:wchar_t
>
>- Keith MacDonald
>
>
>


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net