Page 2 of 2 FirstFirst 12
Results 21 to 30 of 30

Thread: how to run applacation on the machine without qt,msvc2005

  1. #21
    Join Date
    Mar 2009
    Location
    Gansu,China
    Posts
    188
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: how to run applacation on the machine without qt,msvc2005

    I have installed vc2005,and the applacation can run,I do not know why.
    1. I use debug Qt dll to generate my release Dll,Has it to do with it?
    2.During install the vc2005,maybe change sth in the register table,Has it to do with it?

  2. #22
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: how to run applacation on the machine without qt,msvc2005

    Did you run the vcredist bundle on the target machine or did you only copy it there?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #23
    Join Date
    Mar 2009
    Location
    Gansu,China
    Posts
    188
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: how to run applacation on the machine without qt,msvc2005

    No,I have installed it.After install it,Do I need to configure sth?

  4. #24
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: how to run applacation on the machine without qt,msvc2005

    0. build your app and put all needed dlls with executable.
    1. install vcredist on dest machine.
    2. copy your app with dlls on dest machine.
    3. run your app.
    that's all what you need to do.
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

  5. #25
    Join Date
    Apr 2008
    Location
    Pittsburgh,PA,USA
    Posts
    48
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to run applacation on the machine without qt,msvc2005

    You must not use any debug dlls in your release application.
    John

  6. #26
    Join Date
    Mar 2009
    Location
    Gansu,China
    Posts
    188
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: how to run applacation on the machine without qt,msvc2005

    If I want to install my software on the user machine(without vc++2005),Must I install vcredist first?

  7. #27
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: how to run applacation on the machine without qt,msvc2005

    yes, you must install it.
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

  8. #28
    Join Date
    Mar 2009
    Location
    Gansu,China
    Posts
    188
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: how to run applacation on the machine without qt,msvc2005

    How do I know that vcredist has been installed sucessfully?
    When I install it on a machine (winxp),the progress bar disappeared soon,and I did not know where did I install it?(C: or Dr...)?

  9. #29
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: how to run applacation on the machine without qt,msvc2005

    it is installed in Windows directory.
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

  10. #30
    Join Date
    Mar 2009
    Location
    Gansu,China
    Posts
    188
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: how to run applacation on the machine without qt,msvc2005

    Thank u for ur answer.
    I did as follows:
    1.In the msvc2005 ,I create a 'install and deployment' project,and add all my application to the project.
    2.I install vcredist first on the target machine.
    3.I install my application on the target machine.
    Now, I want to know,how not to install vcredist addationally,that is,when I create a ''install and deploymentproject',how to integrate vcredist into it?

Similar Threads

  1. how to run Qt programs on non qt machine ?
    By aamer4yu in forum Installation and Deployment
    Replies: 15
    Last Post: 11th July 2012, 08:38
  2. Qt State Machine Examples don't compile
    By vitalyx in forum Newbie
    Replies: 0
    Last Post: 4th April 2009, 15:19
  3. installing the Packages in remote machine Simulator
    By Yeshwin in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 21st February 2009, 16:06
  4. Deploying application on Linux machine without Qt
    By will49 in forum Installation and Deployment
    Replies: 2
    Last Post: 10th July 2008, 23:41
  5. Replies: 5
    Last Post: 28th August 2006, 15:36

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.