Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-36501

Qt Plugins don't work on Windows Server 2003

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 5.2.0
    • Core: Plugins
    • None
    • Windows Server

    Description

      Hello,

      Custom plugin don't work on Windows Server 2003/2008 only (work on windows desktop).
      Software to test:
      http://files.first-world.info/ultracopier/1.0.1.12/ultracopier-windows-x86-1.0.1.12-setup.exe
      http://files.first-world.info/ultracopier/1.0.1.12/ultracopier-windows-x86_64-1.0.1.12-setup.exe
      I can't determine the problem, the error say only: Unknow error.
      Plugin: CopyEngine/Ultracopier/copyEngine.dll, linked with Qt Core, Qt Gui, Qt Widget, Qt System Info.
      Build under mingw.
      The code:
      newItem.pointer=new QPluginLoader(newItem.pluginPath);
      QObject *pluginObject = newItem.pointer->instance();
      if(pluginObject==NULL)

      { qDebug() << newItem.pointer->errorString(); //unknow error }

      Depends.exe show the dependencies are ok on the plugin.
      The other plugins just need be linked with QSystemInformation.
      Cheers,

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            thiago Thiago Macieira
            alpha_one_x86 BRULE Herman
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes