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