Results 1 to 11 of 11

Thread: Load objects from dynamic library

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Load objects from dynamic library

    Quote Originally Posted by kuzulis View Post
    PS: Russian language
    Impossible for most of us.
    But QLibrary::resolve() can resolve all exported symbols. Just remember you have to add this prefix @ the time of exporting symbols from dll.
    __declspec(dllexport) ///FOR WINDOWS ONLY
    Last edited by yogeshgokul; 17th July 2009 at 14:16.

Similar Threads

  1. Generating a static and dynamic library
    By elcuco in forum Qt Programming
    Replies: 3
    Last Post: 20th August 2011, 11:46
  2. HELP! QtLibrary.. Load library failed!!
    By Cantora in forum Newbie
    Replies: 1
    Last Post: 10th June 2009, 10:18
  3. How to load library on linux dynamically?
    By zhehongwang in forum Qt Programming
    Replies: 3
    Last Post: 5th February 2009, 08:35
  4. Lumina GLSL IDE based on QtScript and dynamic Objects
    By oc2k1 in forum Qt-based Software
    Replies: 0
    Last Post: 12th August 2008, 04:12

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.