Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Error Message 0xc000a200 for .EXE File

    General and Desktop
    2
    6
    3505
    Loading More Posts
    • 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
      BadHombre last edited by BadHombre

      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 Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion last edited by

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

        1 Reply Last reply Reply Quote 0
        • B
          BadHombre last edited by BadHombre

          Sry When i am trying to clicking the .exe

          mrjj 1 Reply Last reply Reply Quote 0
          • mrjj
            mrjj Lifetime Qt Champion @BadHombre last edited by

            @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 Reply Quote 1
            • B
              BadHombre last edited by

              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 ?

              mrjj 1 Reply Last reply Reply Quote 0
              • mrjj
                mrjj Lifetime Qt Champion @BadHombre last edited by mrjj

                @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 Reply Quote 0
                • First post
                  Last post