Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. can not load plugin demo customwidgetplugin.dll
Forum Updated to NodeBB v4.3 + New Features

can not load plugin demo customwidgetplugin.dll

Scheduled Pinned Locked Moved Unsolved General and Desktop
plugindemoverification
2 Posts 2 Posters 672 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BobZ
    wrote on 31 Aug 2018, 09:50 last edited by BobZ
    #1

    0_1535708987237_QQ截图20180831174934.png

    I am new to Qt,I want to try make some widget plugin used by Qt Design.First I decide to test the demo customwidgetplugin offered by Qt 4.8 ,then I compile the project and get dll named customwidgetplugin.dll,then I move it to 'D:/program File.../plugins/designer/customwidgetplugin.dll',but when I open Qt Creator I can not find the plugin in Design tab. Then I check menu Tool->Form Editor->About Qt Designer plugins,the Plugin Infomation dialog show that "Failed Plugins,plugin verification data mismatch in 'D:/program File.../plugins/designer/customwidgetplugin.dll'", please help me,how can I fix this?

    M 1 Reply Last reply 31 Aug 2018, 12:30
    0
    • B BobZ
      31 Aug 2018, 09:50

      0_1535708987237_QQ截图20180831174934.png

      I am new to Qt,I want to try make some widget plugin used by Qt Design.First I decide to test the demo customwidgetplugin offered by Qt 4.8 ,then I compile the project and get dll named customwidgetplugin.dll,then I move it to 'D:/program File.../plugins/designer/customwidgetplugin.dll',but when I open Qt Creator I can not find the plugin in Design tab. Then I check menu Tool->Form Editor->About Qt Designer plugins,the Plugin Infomation dialog show that "Failed Plugins,plugin verification data mismatch in 'D:/program File.../plugins/designer/customwidgetplugin.dll'", please help me,how can I fix this?

      M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 31 Aug 2018, 12:30 last edited by mrjj
      #2

      @BobZ
      Hi
      You need to compile the plugin with same compiler as Creator itself
      That means visual studio compiler ( mingw wont work) and also same version of
      Qt ca. So a Qt 4.8 plugin wont load in a much newer creator.
      alt text

      so here i should use around Qt 5.11 and vs2015, 32 bit.
      This is due to the plugins being DLLs and it simply cant load
      Dlls produced by much older compiler and the Qt used must also be
      at lease same major version.

      1 Reply Last reply
      2

      1/2

      31 Aug 2018, 09:50

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved