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.