Results 1 to 13 of 13

Thread: Qt Creator plugin is failing at startup with cannot load library;

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question Qt Creator plugin is failing at startup with cannot load library;

    Hello;

    I wrote a Qt Creator plugin. For this purpose I had to compile Qt Creator from the sources. However I'm encountering this issue:

    1. Starting the plugin from the "compiled from the sources" Qt Creator works fine.

    2. Starting the plugin from the installed Qt Creator (from the official installation package) causes:
    Cannot load library myplugin.dll : the specified specified procedure could not be found.

    Thanks for any help;

    Mut.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt Creator plugin is failing at startup with cannot load library;

    Are you using the same compiler (provider, version and bit-ness) as was used to build the binary Qt Creator you are targeting? On Windows this will be a version of Microsoft's compiler (not MingW) that you can see in the Help About dialog.

Similar Threads

  1. Replies: 11
    Last Post: 5th July 2011, 11:11
  2. Replies: 5
    Last Post: 6th January 2011, 13:32
  3. Replies: 1
    Last Post: 18th December 2010, 11:05
  4. Qt Creator doesn't load nested plugin
    By skepticalgeek in forum Qt Tools
    Replies: 0
    Last Post: 9th January 2010, 21:10
  5. QT Creator crashed on startup
    By eloos in forum Qt Tools
    Replies: 13
    Last Post: 20th November 2009, 08:50

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.