Hi Brian, On Sat, Nov 15, 2008 at 12:15 AM, Brian Keener <[EMAIL PROTECTED]> wrote: > I placed your attachment in place of the include file and then moved > Alberto's ConvertUTF.cpp out of the way and retrieved the current > version from SVN. Compiles just fine. > > Anything I can run/test to verify it functions properly?
This code is for handling filenames which are defined as wide character strings. It turns out that Cygwin lacks both the wstring and any of the wide character string functions for accessing the filesystem so it can't do wide character filenames anyway so it's pointless trying to test this out. By just leaving things as they are the OSG will just compile in with previous defaults of char* filename and everything that worked previously should work just the same now. It's only if you need wide character filenames will you need to enable this functionality, but then you'll drop off what is supported with Cygwin anyway... Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

