Results 1 to 6 of 6

Thread: dynamic library with Qt4 dialogs in exported functions

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2010
    Posts
    23
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default dynamic library with Qt4 dialogs in exported functions

    I am trying to write a dynamic library to get access to some hardware, and use Qt for dialogs in exported functions.
    Now if I try to use it from another Qt application it works more or less (more in linux, less in windows), if I omit QApplication construction, otherwise it complains. On the other hand if I try to use the library from native win application I have to include QApplication calls, and even then it works really strange. And I have not tried it yet with gtk programs. What is the proper way of doing this?
    Last edited by Onanymous; 9th June 2010 at 18:39. Reason: forgot to subscibe

Similar Threads

  1. QTForm in QT Dynamic Library
    By Kokos in forum Newbie
    Replies: 1
    Last Post: 17th February 2010, 15:56
  2. Linking Qt in a dynamic library
    By dave_mm0 in forum Qt Programming
    Replies: 4
    Last Post: 18th July 2009, 16:28
  3. How to use a Dynamic Link Library with QT / C++.
    By nivaldonicolau in forum Newbie
    Replies: 5
    Last Post: 29th April 2009, 14:05
  4. name of exported dll functions
    By vrudolf in forum General Programming
    Replies: 2
    Last Post: 30th July 2006, 20:18
  5. Howto: Use exported dll library functions in Qt
    By pedros09 in forum Qt Programming
    Replies: 2
    Last Post: 14th April 2006, 15:05

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
  •  
Qt is a trademark of The Qt Company.