Results 1 to 6 of 6

Thread: Static vs Plugin

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Sep 2009
    Location
    Tashkent, Uzbekistan
    Posts
    107
    Thanks
    1
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Static vs Plugin

    And my 5 cents. The best thing about plugins is that plugin basically represents some shared library you can load and unload. If you are working with multiple DB's and implement database interaction as a plugins - your app won't crash if some of the libraries required for you plugin not exists. But, again, default Qt plugins more a placeholders. If you need complete control and thread-safety (which is good for Postgres async transactions) - use libpq or it's C++ brother.

  2. The following user says thank you to Tanuki-no Torigava for this useful post:

    treyhaslem (4th December 2009)

Similar Threads

  1. Extending a plugin in a static library
    By ultim8 in forum Qt Programming
    Replies: 5
    Last Post: 25th March 2010, 15:10
  2. Replies: 11
    Last Post: 13th July 2009, 16:05
  3. How to use static mysql plugin
    By khikho in forum Qt Programming
    Replies: 7
    Last Post: 19th January 2009, 21:44
  4. Replies: 16
    Last Post: 23rd May 2008, 10:12
  5. QPluginLoader not recognizing a plugin
    By KShots in forum Qt Programming
    Replies: 3
    Last Post: 29th June 2007, 14:13

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.