VS integration and runtime errors
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.
Re: VS integration and runtime errors
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.
Re: VS integration and runtime errors
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