Hi all, i've a simple java qt app which starts the main event loop via QApplication.exec(). This application uses an external dll (written in c++ qt) via the java wrapper(and related stuff) produced by generator. The external libray is loaded correctly, the wrapper seems to work correctly but if i call some code in the c++ library which starts a timer the following error appears (in the java console) : QObject::startTimer: QTimer can only be used with threads started with QThread. Beside i noticed that in the c++ code QCoreApplication::instance() returns 0! even though i've the java main event loop running!
Any suggestion ? Giorgio _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
