Hi Robert,

Yes, it works now for QT4.4.0 and always works for QT4.3.4 , on Ubuntu 8.04.

Johan.

Robert Osfield a écrit :
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

Reply via email to