Hi Alessandro,
I could be you are falling foul of lack of wide character filenames
under Windows. Support for this has only just been added in the last
week to of the OSG svn/trunk.
Robert.
On Sat, Nov 15, 2008 at 7:38 PM, alessandro terenzi <[EMAIL PROTECTED]> wrote:
> Using osg2.2.0 I noticed that reading parameters for my application was not
> successful because some character are not read as expected. For instance, if
> in my code there are the following instructions:
>
> osg::ArgumentParser arguments(&argc, argv);
>
> std::string model_file =
>
> "";
>
> while(arguments.read("-model", model_file));
>
> If i call my application as follows:
>
> myapp -model città .ive
>
> model file will store 'cittò.ive'.
>
> I couldn't try it with osg2.6.0 and I just tryed it on Windows Vista with
> osg prebuilt binaries.
>
> Regards.
>
> Alessandro
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org