Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Problem running an executable missing qwtmathml.dll
QtWS25 Last Chance

Problem running an executable missing qwtmathml.dll

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
executableqwtmathml.dllmissing files
3 Posts 3 Posters 1.0k Views
  • 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.
  • J Offline
    J Offline
    jham00
    wrote on 20 Jul 2016, 01:53 last edited by
    #1

    Hello,

    I was provided an executable (exe) file that I am trying to run on Windows 8.1. When I run it says:

    The program can't start because qwtmathml.dll is missing from your computer. Try reinstalling the program to fix this problem.
    

    It came with Qwt 6.0.2 folder, so I first added that to my path and ran it like so:

    set PATH=C:\FilePath\Qwt-6.0.2\features;C:\FilePath\Qwt-6.0.2\libs;%PATH%
    myexecutable.exe
    

    This said the same thing about missing qwtmathml.dll, so I installed Qt and Qwt onto my computer afresh and tried the same thing, but qwtmathml.dll didn't seem to come with the fresh install. If I add it to the folder nothing changes.

    Can anyone give me an idea of something new to try to run this?

    J 1 Reply Last reply 20 Jul 2016, 04:55
    0
    • J jham00
      20 Jul 2016, 01:53

      Hello,

      I was provided an executable (exe) file that I am trying to run on Windows 8.1. When I run it says:

      The program can't start because qwtmathml.dll is missing from your computer. Try reinstalling the program to fix this problem.
      

      It came with Qwt 6.0.2 folder, so I first added that to my path and ran it like so:

      set PATH=C:\FilePath\Qwt-6.0.2\features;C:\FilePath\Qwt-6.0.2\libs;%PATH%
      myexecutable.exe
      

      This said the same thing about missing qwtmathml.dll, so I installed Qt and Qwt onto my computer afresh and tried the same thing, but qwtmathml.dll didn't seem to come with the fresh install. If I add it to the folder nothing changes.

      Can anyone give me an idea of something new to try to run this?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 20 Jul 2016, 04:55 last edited by
      #2

      @jham00
      Hi!
      The best thing would be to ask the people who gave you the executable to properly deploy the application or at least provide the missing dll. The reason why your attempts to solve the problem failed could be that the DLLs you tried to use were built using different compiler (different to the compiler used to build the executable).

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 20 Jul 2016, 20:41 last edited by
        #3

        Hi and welcome to devnet,

        To add to @jsulm, did you build Qwt yourself ? If so, are you using the same setup as the people who provided the application ?

        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
        0

        3/3

        20 Jul 2016, 20:41

        • Login

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