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. Cannot load library qwt_designer_plugin.dll is not a valid win32 application

Cannot load library qwt_designer_plugin.dll is not a valid win32 application

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 3.2k Views 2 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.
  • drunkwolfsD Offline
    drunkwolfsD Offline
    drunkwolfs
    wrote on last edited by drunkwolfs
    #1

    Win7 x64
    Visual Studio 2013 x64
    Qt 5.5 x64
    I built qwt module for 64 bit Windows OS:
    I run "VS2013 x64 Native Tools Command Prompt"

    nmake
    nmake install
    

    I copied qwt_designer_plugin.dll in C:/Qt/Qt5.5.1/Tools/QtCreator/bin/plugins/designer/
    and run Qt Creator
    Error:

    Cannot load library C:/Qt/Qt5.5.1/Tools/QtCreator/bin/plugins/designer/qwt_designer_plugin.dll: %1 is not a valid win32 application
    

    In Qt Designer good load qwt_designer_plugin.dll module.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      If you Open Creator and look in Help->About Creator
      What version of visual studio is it compiled with?

      drunkwolfsD 1 Reply Last reply
      0
      • mrjjM mrjj

        Hi
        If you Open Creator and look in Help->About Creator
        What version of visual studio is it compiled with?

        drunkwolfsD Offline
        drunkwolfsD Offline
        drunkwolfs
        wrote on last edited by
        #3

        @mrjj, hm "Qt Creator 3.5.1 Based on Qt 5.5.1 (MSVC 2013, 32 bit)
        whether there is a 64 bit version of Qt Creator for Windows?

        http://www.qt.io/ru/download-open-source/

        Qt Creator 3.5.1 for Windows (79 MB)    (info)
        Qt Creator 3.5.1 for Linux/X11 32-bit (103 MB)    (info)
        Qt Creator 3.5.1 for Linux/X11 64-bit (96 MB)    (info)
        Qt Creator 3.5.1 for Mac (84 MB)    (info)
        
        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          Dont think there is one.
          Im wondering if it will load 64 bit DLLS when its 32 app.
          (guessing its a no go)

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi,

            No there's no 64 bit pre-built QtCreator.

            And no again, a 32bit application can't load a 64 bit plugin/dll. You have to ensure that you use the same compiler and Qt version that were used to build QtCreator.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            1

            • Login

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