Gentlemen, I'm trying to add I18n support to my app, which is working fine with my own translations. However, I'm having problems with the translation files (.qm) for QT itself.
Since Jambi doesn't come with its own .qm files I am trying to use the ones that come with the "standard" C++ opensource distribution. However, they consistently crash my app with various EXCEPTION_ACCESS_VIOLATION in QtCore4.dll. When I look into the .ts files from the Qt distribution they contain the C++ class names for contexts (obviously). Could it be that this throws Jambi off track? When I disable loading of the qt translation files (e.g. qt_de.qm) everything works as expected (except for the missing translations). Any hints to what might solve the problem? Cheers from the Black Forest, Mathias
_______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
