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. Urgent: Can Qt .exe which contains GUI can be runned in another machine which doesnot have QT and Visual studio 2010 installed
Forum Updated to NodeBB v4.3 + New Features

Urgent: Can Qt .exe which contains GUI can be runned in another machine which doesnot have QT and Visual studio 2010 installed

Scheduled Pinned Locked Moved General and Desktop
13 Posts 4 Posters 3.7k 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
    subram_QT
    wrote on last edited by
    #1

    Hello all,

    I am trying to run an .exe in another machine which does not have Qt and Visual studio 2010 installed.
    showing an error as below:
    The application was unable to start correctly(0c000007b). click OK to close the application *

    First time when i run it was asking some dll, i have copied all the dll which it was mentioning.
    Please help me in resolving the issue.

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      basically you need to deploy all libraries needed. Check "this":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html.
      If you ensured that the problem is somewhere else. But you have to give more infos then...

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

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

        Which libraries and where to deploy?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          "Qt 5 deployment guide":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html

          "Qt 4 deployment guide":http://qt-project.org/doc/qt-4.8/deployment-windows.html

          And you should be good to go

          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
          • S Offline
            S Offline
            subram_QT
            wrote on last edited by
            #5

            Thanks for the reply,
            Is it required that other system should have Visual studio installed ?

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

              [quote author="subram_QT" date="1375884769"]Thanks for the reply,
              Is it required that other system should have Visual studio installed ?[/quote]
              Nope!

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

              1 Reply Last reply
              0
              • S Offline
                S Offline
                subram_QT
                wrote on last edited by
                #7

                I started Qt 5 deployment guide , but getting an error when i type in command window.
                C:\Qt\Qt5.1.0>configure -static
                'configure' is not recognized as an internal or external command,
                operable program or batch file.

                I am using widows7 with visualstudio 2010,

                what is the wrong step i am doing here?

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  I would recommend that you start with deploying your application dynamically

                  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
                  • raven-worxR Offline
                    raven-worxR Offline
                    raven-worx
                    Moderators
                    wrote on last edited by
                    #9

                    [quote author="subram_QT" date="1375965497"]I started Qt 5 deployment guide , but getting an error when i type in command window.
                    C:\Qt\Qt5.1.0>configure -static
                    'configure' is not recognized as an internal or external command,
                    operable program or batch file.

                    I am using widows7 with visualstudio 2010,

                    what is the wrong step i am doing here?
                    [/quote]

                    Did you download a precompiled release package? And want to run configure on that?
                    The guide you've mentioned is for the source version... since the release packages do not contain a configure.

                    --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                    If you have a question please use the forum so others can benefit from the solution in the future

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      subram_QT
                      wrote on last edited by
                      #10

                      Hello all,

                      I want to have Static build of QT.

                      I am getting an error when i tried typing configure in command prompt:
                      'configure' is not recognized as an internal or external command, operable program or batch file.

                      I am using:
                      Qt Creator 2.7.2
                      Based on Qt 5.1.0 (32 bit)

                      and MSVS2010.

                      Can anyone help me in solving this issue.

                      1 Reply Last reply
                      0
                      • raven-worxR Offline
                        raven-worxR Offline
                        raven-worx
                        Moderators
                        wrote on last edited by
                        #11

                        [quote author="subram_QT" date="1378880748"]
                        Can anyone help me in solving this issue.[/quote]
                        Not if you don't answer the fundamental question of mine.

                        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                        If you have a question please use the forum so others can benefit from the solution in the future

                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          subram_QT
                          wrote on last edited by
                          #12

                          I dont know the answer for your question:(

                          We have downloaded open source from
                          http://qt-project.org/downloads
                          Qt 5.1.1 for Windows 32-bit (VS 2012, 511 MB) (Info)

                          I think we are working on Precomplied one.

                          1 Reply Last reply
                          0
                          • raven-worxR Offline
                            raven-worxR Offline
                            raven-worx
                            Moderators
                            wrote on last edited by
                            #13

                            exactly...you are right ;)

                            So you need to download the Qt sources and run configure there. Then it should work.
                            You can download the sources from the same "page":http://download.qt-project.org/official_releases/qt/5.1/5.1.1/single/qt-everywhere-opensource-src-5.1.1.zip you have downloaded the precompiled packages or check them out from git directly.

                            Note:
                            If you want to distribute your statically linked application you need to meet some specific requirements in order to confirm to the LGPL license. (More infos in this forum or on the internet)

                            --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                            If you have a question please use the forum so others can benefit from the solution in the future

                            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