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

Qt Plugins don't work on Windows Server 2003

XMLWordPrintable

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

      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,

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes