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. QT5 can't run .exe without QT - Win8.1

QT5 can't run .exe without QT - Win8.1

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 1.8k 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.
  • S Offline
    S Offline
    Sleicreider
    wrote on last edited by
    #1

    Hi,

    I read nearly all posts about this problem but i still didn't found any solution.
    When i'm running my QTProject .exe outside of Qt , i get " 10000000" .dll missing errors.
    After inserting the normal QT.dll's "10000000" procedure entry errors appear.

    I used dependency walker to check my exe and there it says it misses many API-MS-xxxxxx files.

    Is there any solution to make it just work, without any errors?.......

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      Hi, if you start your app from a CMD window, i.e.
      start a CMD, first run the qtenv2.bat file in Qt's bin directory (to setup a path to Qt's dlls), cd to your apps' build directory and then run your app, what errors are shown?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Sleicreider
        wrote on last edited by
        #3

        hmm, in cmd it works without any errors,
        but using the Windows Explorer and click on .exe doesn't work.

        i don't understand it.......

        1 Reply Last reply
        0
        • S Offline
          S Offline
          Sleicreider
          wrote on last edited by
          #4

          i also tried to run my app as admin in the explorer, now it works.
          why do i need the admin rights for a simple .exe?

          1 Reply Last reply
          0
          • hskoglundH Offline
            hskoglundH Offline
            hskoglund
            wrote on last edited by
            #5

            Is it an empty project or did you add some code? If so, mabye you're writing a file in C:\ or trying to print/read the whole screen, or something else that Win8.1 restricts access to.

            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