Results 1 to 11 of 11

Thread: DLL Linking Error with a Plugin

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Jun 2012
    Posts
    98
    Thanks
    11
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: DLL Linking Error with a Plugin

    Yes
    Yes (another plugin using the same folders and such works just fine with no issues.)
    Yes (as can be seen by using the dependency walker on it and examining the functions it contains) (also, I corrected it as per the other thread)

    EDIT:
    After some digging it turns out (I never realized) that declaring Q_OBJECT happens to include a boatload of functions; this function that has no definition is one of those functions. Is this just a random bug that I'll have to work around? Maybe building a new class with the same functionality would work..?
    Last edited by tescrin; 2nd August 2012 at 00:02.

Similar Threads

  1. Replies: 1
    Last Post: 2nd December 2011, 08:36
  2. Linking Error
    By amitpatel22 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 28th June 2011, 12:40
  3. Replies: 4
    Last Post: 22nd May 2011, 13:36
  4. Static linking problem with gif plugin, qt 4.6.2, vs 2008
    By colin207 in forum Qt Programming
    Replies: 3
    Last Post: 25th June 2010, 14:39
  5. Qt Creator Just one linking error
    By sujan.dasmahapatra in forum Qt Programming
    Replies: 2
    Last Post: 16th August 2009, 13:00

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.