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. Error Message 0xc000a200 for .EXE File
QtWS25 Last Chance

Error Message 0xc000a200 for .EXE File

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 4.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.
  • B Offline
    B Offline
    BadHombre
    wrote on last edited by BadHombre
    #1

    Hi Guys,

    I currently have a problem with the execute of my executable File...
    i have created the File like in the TUtorial ... but i still get an Error message.

    Error 0xc000a200

    i googled it and i found out that i have to deactivate the APPCONTAINER:NO https://msdn.microsoft.com/de-de/library/dn195768.aspx
    I found an solution with a Visual Studio Project but i didn't really know how to do this in QT.
    I am currently Using the MSVC 2017.

    Can sb Help me ?

    Thanks in advance

    Best Regards

    Giovanni Camodeca

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      hi
      In what context ? inside creator or when you try clicking the exe ?

      1 Reply Last reply
      0
      • B Offline
        B Offline
        BadHombre
        wrote on last edited by BadHombre
        #3

        Sry When i am trying to clicking the .exe

        mrjjM 1 Reply Last reply
        0
        • B BadHombre

          Sry When i am trying to clicking the .exe

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @BadHombre

          Hi
          When you need to run exe outside creator , it needs the Qt dlls in the same folder and
          some sub folders with other dlls too.

          It is called a deployment folder.

          You can use the tool
          http://doc.qt.io/qt-5/windows-deployment.html
          to help create the folder

          I also like
          http://www.tripleboot.org/?p=138

          for more information.

          1 Reply Last reply
          1
          • B Offline
            B Offline
            BadHombre
            wrote on last edited by
            #5

            Yes that's exactly what i've done :/ but still i get this Error Message ... I also checked IT with dependency Walker and all the DLL are implented in my folder where the .exe lies... but i still get this Error Message ... In Google i found this ... https://msdn.microsoft.com/de-de/library/dn195768.aspx but the example is only For Visual Studio :/ any idea ?

            mrjjM 1 Reply Last reply
            0
            • B BadHombre

              Yes that's exactly what i've done :/ but still i get this Error Message ... I also checked IT with dependency Walker and all the DLL are implented in my folder where the .exe lies... but i still get this Error Message ... In Google i found this ... https://msdn.microsoft.com/de-de/library/dn195768.aspx but the example is only For Visual Studio :/ any idea ?

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by mrjj
              #6

              @BadHombre

              well some of the dlls can need other dlls.

              what compiler do u use ?
              sometimes you need the runtime also ?
              (mingw/ visual stud)

              There is noting to do besides keep looking.

              Also search the forum. it often comes up.
              There was one needed dlls that was a surprise to me, but i forgot name.

              Also make sure you test it on clean pc and not the dev pc.

              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