Hi Johan,

Have you confirm these to work?

Robert.

On Thu, Jul 10, 2008 at 11:43 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-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to