PDA

View Full Version : Linker Error: Cannot loacte Qt3Supportd4.dll?



darshan.hardas
28th February 2008, 06:39
I have created an empty project in Visual Studio?
I have added main.cpp with QApp & Qwidget and lauch a dialog.

Im not able to view the dialog.
I dont get any compilation or linker errors.

The exe is very well created.
But when I click on exe I get a warning for <some>.dll not found.
for example: Q3Support4.dll, QtGui.dll not found.

I have also added the path in liker configuration.
Also I have it in PATH environment variable.



- regards
Darshan

ChristianEhrlicher
28th February 2008, 06:43
You have to put the path to the libs into your PATH environment variable.

darshan.hardas
28th February 2008, 08:03
I already have QTDIR\bin; real path; in PATH variable.
Also I have added Lib in path.

Now I'm getting error as:

The procedure entry point?resizeContents@QScrollView cannot be located in library Qt3Supportd4.dll

-regards
Darshan

ChristianEhrlicher
28th February 2008, 10:20
You've different Qt versions in your PATH - make sure to use the correct ones.

darshan.hardas
29th February 2008, 05:03
Thanks a lot !!
Also, used a dependency walker to get this issue resolved.