
On Mon, Feb 13, 2012 at 11:27 AM, Robert Dailey <rcdailey@gmail.com> wrote:
On Fri, Feb 10, 2012 at 4:10 PM, Andrey Semashev < andrey.semashev@gmail.com> wrote:
You can enable symbol demangling in the dependency walker settings, somewhere in its menus. Sorry, I don't have the tool at hand and can't point precisely where this setting is.
Thanks I found the setting. Yes I'm seeing wchar_t. Here are a couple of random functions:
void stlpd_std::basic_istream<wchar_t,class stlpd_std::char_traits<wchar_t> >::_M_formatted_get(wchar_t &) void stlpd_std::basic_istream<wchar_t,class stlpd_std::char_traits<wchar_t> >::_M_formatted_get(wchar_t *) int stlpd_std::basic_ios<wchar_t,class stlpd_std::char_traits<wchar_t>
::exceptions(void) void * stlpd_std::basic_filebuf<wchar_t,class stlpd_std::char_traits<wchar_t> >::fd(void) wchar_t const * stlpd_std::ctype<wchar_t>::narrow(wchar_t const *,wchar_t const *,char,char *)
Any idea where to go from here? stlportstld.5.2.dll symbols seem to use wchar_t.
Any updates?