Hi Johan,

I think I'll sit of this fix, as the better solution is to fix osgDB's
parsing code - as such a fix will help out other users that wish to
change local.

Robert.

On Thu, Jul 10, 2008 at 11:47 AM, Johan Nouvel
<[EMAIL PROTECTED]> wrote:
>
> Hi Robert
>
> If you think it could help, I send you a modified version of osgviewerQT.cpp
> with locale forced to C.
> I've only add :
>
> #include<QtCore/QLocale>
>
> and just after main declaration :
>
> #if USE_QT4
>    QLocale::setDefault(QLocale::C);
> #endif
>
>
> Regards,
>
> Johan.
> --
> Johan Nouvel, R&D Project Manager
> http://www.archivideo.com
> tel : +33 (0)2 99 86 30 20
> ARCHIVIDEO, 40 rue des Veyettes, 35000 RENNES, FRANCE
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to