Results 1 to 4 of 4

Thread: QT application deployment issue on windows XP

  1. #1
    Join Date
    May 2010
    Posts
    18
    Thanks
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default QT application deployment issue on windows XP

    Hi,

    I have created simple QT app to display label. I have checked the dependency of exe and found that to deploy on other machine(where QT is not installed), i need following DLLs (snap shoot attached)-
    1-QTGUID4.DLL
    2QTCORED4.DLL
    3-MSVCR90D.DLL

    So i placed exe along with 3 DLL's and MSVCP90D.DLL in a folder and then copied this folder to other machine. But when i tried to run application it is giving me some re installation error(plz check attached error snapshot) .

    Any suggestion what i am missing?

    Note:- I am using VS2008.
    Attached Images Attached Images
    Last edited by meraj ansari; 20th May 2010 at 12:13.

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT application deployment issue on windows XP

    I guess you need to build release version
    You are trying to deploy debug version !!

  3. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QT application deployment issue on windows XP

    Also, you can't copy MSVCR90D - check the Microsoft license. You have to distribute the Microsoft Visual C++ Runtime Distributable.

  4. #4
    Join Date
    May 2010
    Posts
    18
    Thanks
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QT application deployment issue on windows XP

    @fatjuicymole
    <<Also, you can't copy MSVCR90D - check the Microsoft license. You have to distribute the Microsoft Visual C++ Runtime Distributable. >>
    Thanks for information. I will use redistributable package.


    @aamer4yu
    <<I guess you need to build release version
    You are trying to deploy debug version !! >>

    I distributed relese exe with VS 2008 redistributable pacakage and it is working fine.

    Thanks all

Similar Threads

  1. Application deployment on Mac OS X (10.5)
    By ghorwin in forum Installation and Deployment
    Replies: 1
    Last Post: 11th March 2010, 14:38
  2. Deployment Procedure On Windows On Linux and Windows
    By Harshith J.V. in forum Installation and Deployment
    Replies: 4
    Last Post: 9th July 2009, 11:27
  3. deployment issue?
    By triperzonak in forum Installation and Deployment
    Replies: 1
    Last Post: 7th October 2008, 08:59
  4. QT/mySQL deployment issue
    By smtgra011 in forum Installation and Deployment
    Replies: 4
    Last Post: 1st July 2007, 20:31
  5. qt application deployment issue?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 0
    Last Post: 1st May 2007, 06:09

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.