Results 1 to 2 of 2

Thread: Qt GUI Application Project with 3rd party dll problem

  1. #1
    Join Date
    Jan 2006
    Location
    Ljubljana
    Posts
    687
    Thanks
    111
    Thanked 4 Times in 4 Posts
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Qt GUI Application Project with 3rd party dll problem

    Hi to all!

    I've begun to develop GUI Windows Application, that will be used as controller for some device via USB. That means, I will push some button in GUI and some action will be performed on device. Now, I've got dll, lib and its header for communication library. I've included it into project and when I try to compile Qt Windows GUI project, I get errors, that I've put into attachemtn. Can someone please help me?! Here is a link to errors:http://pastebin.ca/1804744

    Sincerely,
    Marko
    Qt 5.3 Opensource & Creator 3.1.2

  2. #2
    Join Date
    Dec 2008
    Location
    Qt Reference Documentation
    Posts
    62
    Thanks
    25
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt GUI Application Project with 3rd party dll problem

    Did you out the .lib and .dll files in the same directory of the executable (or whatever is the current working directory in Visual Studio), and added this line to the .pro file:
    LIBS += <file-name>.lib

Similar Threads

  1. Replies: 1
    Last Post: 3rd December 2009, 23:34
  2. using third party libs
    By jay in forum Qt Programming
    Replies: 13
    Last Post: 14th April 2009, 15:52
  3. Third Party tool for deploy Qt Application on Mac?
    By vishal.chauhan in forum Qt-based Software
    Replies: 6
    Last Post: 10th February 2009, 17:03
  4. Replies: 2
    Last Post: 5th March 2008, 10:39

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.