Results 1 to 2 of 2

Thread: Dynamic Linking

  1. #1
    Join Date
    Apr 2010
    Posts
    152
    Thanks
    5
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Question Dynamic Linking

    Is there a cross platform API in Qt to handle loading and linking to dynamic link libraries (dlls, so...) instead of using platform dependent calls?

    If not in Qt, is it else where?

    Thanks.

  2. #2
    Join Date
    Sep 2009
    Location
    Targu Mures, Romania
    Posts
    16
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Dynamic Linking

    There is an api for loading shared libraries, and plugins.
    Shared libraries can be loaded using QLibrary. More informations at http://doc.trolltech.com/4.6/qlibrary.html#details
    A description of how to work with plugins can be found at http://doc.qt.nokia.com/4.6/plugins-howto.html

    Regards,
    Jancsi Farkas
    Last edited by csaken; 22nd April 2010 at 01:17.

Similar Threads

  1. static & dynamic linking
    By mickey in forum General Programming
    Replies: 6
    Last Post: 11th June 2010, 09:57
  2. plugandpaint example with dynamic linking
    By John Weeks in forum Installation and Deployment
    Replies: 1
    Last Post: 9th January 2010, 09:57
  3. Dynamic linking on Mac OS X
    By Vnuce in forum Newbie
    Replies: 6
    Last Post: 19th October 2009, 14:31
  4. Linking Qt in a dynamic library
    By dave_mm0 in forum Qt Programming
    Replies: 4
    Last Post: 18th July 2009, 17:28
  5. dynamic linking on mac
    By munna in forum General Discussion
    Replies: 4
    Last Post: 1st January 2007, 19: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.