PDA

View Full Version : Questions about QThread with QT



JonathanForQT4
16th February 2007, 15:56
Hello everyone,

I am currently using a thread similarly to how it is used in the qt mandelbrot example...except I create an instance of the thread, instead of it being just a local variable.

In any case, when I debug the program, everything works fine, but when I actually run the program (debug or release) it does not work, the thread doesn't communicate with the class that calls it.

Any help/suggestions would be appreciated.

Cheers,
Jonathan

P.S. Compiling with Visual C++ 2005

wysota
16th February 2007, 16:48
Could you show us the code? Also do you get any messages on the console (you might need to add CONFIG+=console to your project file to receive console output)?