Results 1 to 7 of 7

Thread: using multimedia and image plugins with static build of Qt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2013
    Location
    Iran
    Posts
    12
    Qt products
    Qt5
    Platforms
    Windows Android
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default Re: using multimedia and image plugins with static build of Qt

    Now I have another problem
    When I tried to run program in another pc it give error that :msvcr110.dll and msvcp110.dll is missing
    How can I link program to these dll s in static way?

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

    Default Re: using multimedia and image plugins with static build of Qt

    These are dynamic libraries. You need to link their static counterparts (or just distribute them or an installer for the runtime along your application). I think you should consult Visual Studio manual for this.
    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. The following user says thank you to wysota for this useful post:

    omid_kma (31st July 2013)

Similar Threads

  1. where/what are static plugins?
    By ht1 in forum Qt Programming
    Replies: 22
    Last Post: 18th August 2013, 11:42
  2. Replies: 1
    Last Post: 13th January 2010, 23:35
  3. Program not linking with static image plugins
    By andyp in forum Qt Programming
    Replies: 7
    Last Post: 8th December 2009, 10:15
  4. Replies: 0
    Last Post: 29th October 2009, 19:20
  5. Problems loading static plugins
    By Rodrigo in forum Qt Programming
    Replies: 2
    Last Post: 11th July 2007, 12:42

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.