PDA

View Full Version : Problem with Signal and Slots



Kapil
10th February 2006, 05:06
Hi,

I am able to debug the program and get an '.exe' for my "ui" files created by including the "CONFIG += release" in my ".pro" filles.
But whenever I try to create a program in Signals and Slots which uses the QObject, it gives and error and is not able to execute it.
It execute simple GUI oriented program where not much of information exchange takes place.
After 'make' it creates the ".exe" in release but is giving errors after that, i.e. does not run the program.
I thought that the problem is with the program and not the QT but even if i execute the sample programs given or example from the net, it gives the same error and does not execute them. With Signals and Slots i have made a very basic program and am not able to get the output. Please suggest me a solution to it.

Thanking you,

Kapil

Cesar
10th February 2006, 07:18
Could you please post some code and the errors you get?

wysota
10th February 2006, 09:51
Double thread.