Results 1 to 6 of 6

Thread: why does the plugin use a different instance of msvcr90.dll from qtcore.dll?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: why does the plugin use a different instance of msvcr90.dll from qtcore.dll?

    I'm not a Microsoft compiler user but as I understand it you will get two instances of side-by-side DLLs because the system is maintaining isolation between the one loaded by the codec dll, and the one loaded by the application. It only does this for libraries that the application or library carries a manifest entry for.

    Why does it matter?

    If I were you I'd deploy the MSVC++ redist runtime (into system locations) with your application rather than use private copies.

  2. The following user says thank you to ChrisW67 for this useful post:

    qtofttt (5th July 2010)

  3. #2
    Join Date
    Jul 2010
    Posts
    4
    Thanks
    2

    Default Re: why does the plugin use a different instance of msvcr90.dll from qtcore.dll?

    Quote Originally Posted by ChrisW67 View Post
    I'm not a Microsoft compiler user but as I understand it you will get two instances of side-by-side DLLs because the system is maintaining isolation between the one loaded by the codec dll, and the one loaded by the application. It only does this for libraries that the application or library carries a manifest entry for.

    Why does it matter?

    If I were you I'd deploy the MSVC++ redist runtime (into system locations) with your application rather than use private copies.
    It only does this for libraries that the application or library carries a manifest entry
    This DOES help me. Thanks.

Similar Threads

  1. QtCore on an iPhone
    By bunjee in forum Qt Programming
    Replies: 1
    Last Post: 18th January 2010, 16:37
  2. Inside QtCore
    By falcon100 in forum Qt Programming
    Replies: 0
    Last Post: 18th November 2009, 12:42
  3. Replies: 0
    Last Post: 12th November 2009, 18:47
  4. Implementation for QtCore classes
    By suikodian in forum Newbie
    Replies: 5
    Last Post: 31st August 2009, 07:48
  5. Difference between QtCore4.lib and QtCore.lib
    By Barry79 in forum Installation and Deployment
    Replies: 0
    Last Post: 11th August 2009, 10:33

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.