Sharma, Ashish wrote: > I modified your suggested code according to my multithreading needs , but > it's not working, please have a look and suggest where am I going wrong. >
Hi, I didn't test your code, but from reading it, I see that you are running the initializeConversion() method at the end of your main() method. This means that you will start the thread as the application is about to quit and then immediately shut down the application afterwards (when the main() method exits.) That's probably not what you intended to do? -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
