PDA

View Full Version : Problem when triyng to debug



Platoon
25th September 2009, 09:35
I have a problem with the QtDesigner. The program compiles and links fine but it doesnt start. The designer says: "output help library cant not be found"
(I translated it from german)
I only have this problem when i want to debug the program. Running it wihtout a debugger works fine.

Maybe this informations will help:
The thread window shows 3 threads.....

0 guard32!?Exported@@YAXXZ C:\Windows\system32\guard32.dll 0
1 ?? 0
2 ?? 0

Platoon
25th September 2009, 20:51
Ok....I fixed the problem on my own.
There is something wrong with the Comodo Firewall....i uninstalled the firewall and the programm started working as it should immediately.

I really hope this is not always like this......Not a single reply after several hours....:mad:

faldzip
25th September 2009, 21:17
Just wondering why you want to debug QtDesigner?

Platoon
30th September 2009, 07:48
Hm.....maybe i wrote not clear enough.
I dont want to debug or compile QtDesigner.....i talked about a normal program and doing the debug with the QtDesigner....sorry about that

faldzip
30th September 2009, 07:54
I see... So you are talking about Qt Creator, yes? Qt Designer is only for UI forms design - no chance to debug programs with it.