c++.wxwindows - Can't compile using unicode
- appledelhi (25/25) Dec 16 2005 Whenever I try to compile a wxWidgets program using unicode, I get error
- chris elliott (5/40) Dec 20 2005 Hi, please can you tewll me which version of wxWidgets and which version...
- appledelhi (1/41) Dec 20 2005
- chris elliott (4/22) Dec 24 2005 I've now built the controls sample with 8.42 and it looks fine, with no
Whenever I try to compile a wxWidgets program using unicode, I get error messages similar to this one: OPTLINK (R) for Win32 Release 7.50B1 Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?Initialize wxApp UAE_NAAHPAPAD Z ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?wxEmptyString 3PBDB (const char const *wxEmptyString) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?InitWith wxStringBase IAEXPBDII Z (void syscall wxStringBase::InitWith(char const *,unsigned ,unsigned )) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?wxStatusLineNameStr 3PBDB (const char const *wxStatusLineNameStr) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?wxFrameNameStr 3PBDB (const char const *wxFrameNameStr) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?Printf wxString QAAHPBDZZ (int cdecl wxString::Printf(char const *,...)) --- errorlevel 6 Done. 6 errors, 0 warnings Any help would be greatly appreciated.
Dec 16 2005
Hi, please can you tewll me which version of wxWidgets and which version of dmc thanks chris appledelhi wrote:Whenever I try to compile a wxWidgets program using unicode, I get error messages similar to this one: OPTLINK (R) for Win32 Release 7.50B1 Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?Initialize wxApp UAE_NAAHPAPAD Z ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?wxEmptyString 3PBDB (const char const *wxEmptyString) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?InitWith wxStringBase IAEXPBDII Z (void syscall wxStringBase::InitWith(char const *,unsigned ,unsigned )) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?wxStatusLineNameStr 3PBDB (const char const *wxStatusLineNameStr) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?wxFrameNameStr 3PBDB (const char const *wxFrameNameStr) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?Printf wxString QAAHPBDZZ (int cdecl wxString::Printf(char const *,...)) --- errorlevel 6 Done. 6 errors, 0 warnings Any help would be greatly appreciated.
Dec 20 2005
I am using wxwidgets 2.6.2, and dmc 8.45.Hi, please can you tewll me which version of wxWidgets and which version of dmc thanks chris appledelhi wrote:Whenever I try to compile a wxWidgets program using unicode, I get error messages similar to this one: OPTLINK (R) for Win32 Release 7.50B1 Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?Initialize wxApp UAE_NAAHPAPAD Z ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?wxEmptyString 3PBDB (const char const *wxEmptyString) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?InitWith wxStringBase IAEXPBDII Z (void syscall wxStringBase::InitWith(char const *,unsigned ,unsigned )) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?wxStatusLineNameStr 3PBDB (const char const *wxStatusLineNameStr) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?wxFrameNameStr 3PBDB (const char const *wxFrameNameStr) ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?Printf wxString QAAHPBDZZ (int cdecl wxString::Printf(char const *,...)) --- errorlevel 6 Done. 6 errors, 0 warnings Any help would be greatly appreciated.
Dec 20 2005
appledelhi wrote:I am using wxwidgets 2.6.2, and dmc 8.45.I've now built the controls sample with 8.42 and it looks fine, with no undefined symbols; was there a wxW sample that gave the error ? chrisHi, please can you tewll me which version of wxWidgets and which version of dmc thanks chris appledelhi wrote:Whenever I try to compile a wxWidgets program using unicode, I get error messages similar to this one: OPTLINK (R) for Win32 Release 7.50B1 Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved ReleaseMSWUnicode\wx.obj(wx) Error 42: Symbol Undefined ?Initialize wxApp UAE_NAAHPAPAD Z ReleaseMSWUnicode\wx.obj(wx)
Dec 24 2005