Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. missing export:MSVCRTD.DLL

missing export:MSVCRTD.DLL

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • 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.
  • D Offline
    D Offline
    D Satya
    wrote on last edited by
    #1

    Hi friends, I built an MFC project in win98 machine, vc6.0. I could run my program. Now I want to run this program in another machine without loading VC++ in that. What I did I copied the necessary dlls into that system manually and tried to run my exe. I am getting this error: "The xxx.exe file is linked to missing export:MSVCRTD.DLL:chkesp" and "A device attached to the system is not functioning". What does it mean? can anybody help me? Thanks; satya:confused:

    M S 2 Replies Last reply
    0
    • D D Satya

      Hi friends, I built an MFC project in win98 machine, vc6.0. I could run my program. Now I want to run this program in another machine without loading VC++ in that. What I did I copied the necessary dlls into that system manually and tried to run my exe. I am getting this error: "The xxx.exe file is linked to missing export:MSVCRTD.DLL:chkesp" and "A device attached to the system is not functioning". What does it mean? can anybody help me? Thanks; satya:confused:

      M Offline
      M Offline
      Mike Nordell
      wrote on last edited by
      #2

      You are trying to run a debug build. You are legally not allowed to redistribute msvcrtd.dll, and therefore can't really distribute a debug build unless you link statically to the CRT (libcd.lib).

      1 Reply Last reply
      0
      • D D Satya

        Hi friends, I built an MFC project in win98 machine, vc6.0. I could run my program. Now I want to run this program in another machine without loading VC++ in that. What I did I copied the necessary dlls into that system manually and tried to run my exe. I am getting this error: "The xxx.exe file is linked to missing export:MSVCRTD.DLL:chkesp" and "A device attached to the system is not functioning". What does it mean? can anybody help me? Thanks; satya:confused:

        S Offline
        S Offline
        Sharad Ganesh
        wrote on last edited by
        #3

        hi, Basically, this error means that something looking for of MSVCRTD.DLL (the MicroSoft Visual C RunTime Dynamic Link Library) is finding a different (probably older) version/ or it is absent. The version it is finding does not have the all the exports (places that things calling the DLL can enter by) that the version it wants has. Regards, Sharad Ganesh

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups