Results 1 to 3 of 3

Thread: Problem with deployment. Visual Studio dll's?

  1. #1
    Join Date
    Feb 2010
    Posts
    21
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Problem with deployment. Visual Studio dll's?

    Hi ...

    I download and execute this file to install Qt SDk ... qt-sdk-win-opensource-2009.03.1.exe

    I'm trying to make the deployment package for my application. After several tries ...
    The re-build qt as static was a failure ... strange errors with a simple parameters to the configure tool.
    So dinamically .. I install a virtual machine and set a Windows xp ...

    Copy my exe file to this and with the dependency walker app. try to complete the necessary files to run.

    Why necessary files are things like this:
    MSVCR90.DLL
    MSVCP90.DLL
    MSJAVA.DLL

    I'm not using Visual Studio, I'm using QT Creator to build my app.

    What is the magical touch for this?

    Thanks in advance

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

    Default Re: Problem with deployment. Visual Studio dll's?

    List all the DLLs, maybe one of them requires the VC DLLs?

  3. #3
    Join Date
    Feb 2010
    Posts
    21
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Problem with deployment. Visual Studio dll's?

    Is very strange ...

    the files requiring this VS dls are:
    qtcore4.dll
    qtgui4.dll
    qtxml4.dll
    qtnetwork4.dll


Similar Threads

  1. Problem compiling under visual studio
    By franco.amato in forum Qt Programming
    Replies: 1
    Last Post: 28th October 2009, 17:53
  2. Problem with Visual Studio integration
    By jml in forum General Discussion
    Replies: 0
    Last Post: 4th July 2008, 00:44
  3. How to deal with jpeg deployment problem with Visual C++ compiler
    By nooky59 in forum Installation and Deployment
    Replies: 5
    Last Post: 27th March 2008, 11:20
  4. qt with visual studio 2005; lib problem
    By jambrek in forum Installation and Deployment
    Replies: 7
    Last Post: 30th January 2008, 22:11
  5. Replies: 3
    Last Post: 18th April 2007, 15:31

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
  •  
Qt is a trademark of The Qt Company.