[wx-dev] Re: SVN:(VZ) [53995] initialize wxStringBuffer with the
original
contents of wxString it was created from for better compatibility with the
old , non-STL, build (this avoids problems such as ticket #4845); add
wxString: :tchar_buf() to help with the implementation
Paul Cornett
pc-wx at bullseye.com
Fri Jun 6 20:05:28 PDT 2008
Hi Vadim,
this change breaks non-pch builds:
include/wx/string.h:2898: error: 'wxTmemcpy' was not declared in this
scope
wxTmemcpy seems to be in wxcrt.h, but wxcrt.h includes string.h, so
this creates a circular dependency.
More information about the wx-dev
mailing list