HI Alberto,

Looking further into the code and errors, it's not wchar_t that is the
issues, it's just wstring.

What about doing a in the ConvertUTF header:

#ifdef __CYGWIN__
namespace std
{
     typedef basic_string<wchar_t> wstring;
}
#endif

Robert.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to