Results 1 to 5 of 5

Thread: Linker Error: Cannot loacte Qt3Supportd4.dll?

  1. #1
    Join Date
    Oct 2007
    Posts
    39
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question Linker Error: Cannot loacte Qt3Supportd4.dll?

    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
    Darshan

  2. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Linker Error: Cannot loacte Qt3Supportd4.dll?

    You have to put the path to the libs into your PATH environment variable.

  3. #3
    Join Date
    Oct 2007
    Posts
    39
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Linker Error: Cannot loacte Qt3Supportd4.dll?

    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
    Darshan

  4. #4
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Linker Error: Cannot loacte Qt3Supportd4.dll?

    You've different Qt versions in your PATH - make sure to use the correct ones.

  5. #5
    Join Date
    Oct 2007
    Posts
    39
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Thumbs up Re: Linker Error: Cannot loacte Qt3Supportd4.dll?

    Thanks a lot !!
    Also, used a dependency walker to get this issue resolved.
    Darshan

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.