Klemens Loschy wrote: > > Hi, > > thx but if i understand the following lines properly (from > http://doc.trolltech.com/qtjambi-4.5.2_01/com/trolltech/qt/qtjambi-deployment.html): > ----------- > Redistribute the runtime libraries provided in the Qt Jambi package or in > your own Visual Studio version along with their manifest next to every .dll. > The redistributables can be placed either directly next to the Qt Jambi > .dll's or in a subdirectory called Microsoft.VC80.CRT for MSVC 2005 and > Microsoft.VC90.CRT for MSVC 2008. For projects with .dll's in multiple > folders, such as the Qt Jambi plugins in the plugin sub directory, the files > need to be duplicated in all places. Note: Since Qt treats all .dll files in > a plugin folder as a plugin it will try to load the the runtime libraries as > plugins. To prevent this, it is recommended that the redistributable runtime > libraries are placed in a sub directory under each plugin. > ----------- > This is the way jambi is built or not? All msvc dlls are present in the > qtjambi-win32-msvc2008-4.5.2.jar, so is the mingw32 dll. Furhtermore if i > take a look with depends.exe at the qtcore4.dll in the mingw build all dlls > are present. > > I use the jars files produced from the build system and i do not change them > after the build in any ways.
If you have all the qtjambi .jars in your classpath then you don't have to put libraries into win/sys32. - Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
