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. Deploying on Windows (Qt 5.1)
Qt 6.11 is out! See what's new in the release blog

Deploying on Windows (Qt 5.1)

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 2.2k 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.
  • A Offline
    A Offline
    asnascimento
    wrote on last edited by
    #1

    Hi Qt Folks,

    I am trying to deploy a very simple (educational) Qt Application on windows. I copied the following dlls:

    D3DCompiler_43.dll
    icudt49.dll
    icuin49.dll
    icuuc49.dll
    libEGL.dll
    libgcc_s_sjlj-1.dll
    libGLESv2.dll
    libstdc++-6.dll
    libwinpthread-1.dll
    Qt5Core.dll
    Qt5Gui.dll
    Qt5Widgets.dll

    together with my application. On the machine used to develop, everything works just fine. However, in a Windows XP virtual machine (Vmware), I get a "Microsoft Visual C++ Runtime Library" error message (???). Dependency Walker suggests a problem with "_set_invalid_parameter_handler" function in MSVCRT.dll.

    Did anyone come through something similar to this?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      Did you have a look to the "Qt5 deployment":http://qt-project.org/doc/qt-5.1/qtdoc/deployment-windows.html#creating-the-application-package documentation?
      Probably you missed the platform plugin.
      [quote]
      The Qt Windows platform plugin platforms\qwindows.dll
      [/quote]

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        asnascimento
        wrote on last edited by
        #3

        Thanks for your prompt reply, koahnig. You got the point! There was a missing platform plugin (qwindows.dll). Adding this to the "platform" folder solved the problem.
        Thanks a lot.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          You are welcome :)

          I was bumping into the very same problem the other week.

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          0

          • Login

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