Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. msvcp120d missing

msvcp120d missing

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    PanKamil897
    wrote on last edited by
    #1

    Hello. I build my application with VS 2013. I know that this app help my (http://www.microsoft.com/en-us/download/details.aspx?id=40784) but i have do to diffrent.

    Please help.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SysTech
      wrote on last edited by
      #2

      @PanKamil897 said:

      http://www.microsoft.com/en-us/download/details.aspx?id=40784

      There are a number of DLLs you will need. A tool, DependencyWalker can help you determine which ones.

      I find that DLL in:

      c:\program files (x86)\Microsoft Visual Studio 12.0\VC\redist\Debug_Nonredist\x86\Microsoft.VC.120.DebugCRT\

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Rondog
        wrote on last edited by
        #3

        I assume by the name 'msvcp120d' that this is a debug build. If you are distributing your application you should be compiling as 'release'. You will need to include (i.e. install) the redistributable package for your version of Visual Studio which I suspect doesn't include debug builds.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved