John Levon wrote: > On Sat, Dec 21, 2002 at 01:56:05AM +0100, Alfredo Braunstein wrote: > > Send an example app to [EMAIL PROTECTED], they are quite responsive
I'm sending this example to QT //#define QT_THREAD_SUPPORT #include <qapplication.h> int main(int argc, char **argv) { QApplication a(argc,argv); // a.unlock(); } Regards, Alfredo.