Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - _wmemmove not defined
Walter: In which library is this symbol supposed to be defined? The prototypes exist in string.h and wchar.h, but after grepping src and lib, I wasn't able to successfully find it. Any clue? -scooter Jul 12 2004
Hmm. Looks like I need to add it. -Walter "Scott Michel" <scottm aero.org> wrote in message news:ccuqu8$2vn6$1 digitaldaemon.com...Walter: In which library is this symbol supposed to be defined? The prototypes exist in string.h and wchar.h, but after grepping src and lib, I wasn't able to successfully find it. Any clue? -scooter Jul 12 2004
Walter wrote:Hmm. Looks like I need to add it. -Walter Jul 12 2004
I can get around it for the time being by tweaking STLport's stl_dm.h file. However, considering how unclean STLport's code becomes when wide character support is turned off and the outcry from the usual I18N suspects, I'll see if I can code up a small implementation to save you some work. Jul 15 2004
|