PDA

View Full Version : VS integration and runtime errors



loli
12th January 2008, 19:27
Hello.
I have VS 2005 with Qt integration. I have annoying error. Please help.
Each steps what do i do:
1) add progressBar (from qt 3 support) to my form
2) build project -> i've got some linker errors
3) i add manually Qt3Support4.lib (library project->properities->linker->input->additional dependencies)
4) i'm building project and recieving at the end error (before some lines like "no symbols loaded"
Native' has exited with code 1 (0x1).
at the line
s = new Q3ProgressBar(viewTab);

Please help TK.

wysota
13th January 2008, 11:56
As I told you in the email, get rid of qt3support - you don't need it. I don't know if it solves the problem, but it's worth to try. Also try without using the integration module - use qmake and see if the problem persists.

uglykid
13th January 2008, 15:27
hi,

it is important that you install the latest release of the qt VS integration and remove qt3 support.

I am working with the latest version ad have no runtime error problems (whereas i had some in the former VS integration as well)

-uglykid