Jump to content

compile error - msvcr90d.dll is missing


Recommended Posts

When I tried building the source code, it gave me an error saying that msvcr90d.dll is missing. I downloaded all of the source code and tried to build it before making any modifications as an initial test.

msvcr90.dll is present, but msvcr90d.dll is not. Any ideas on why this problem occurs, or how it may be resolved? Thank you,

-Chris

Link to comment
Share on other sites

Thanks for getting back to me. I installed the Visual Studio 2008 redistributable package which MIGHT solve the problem. I don't have time to try recompiling right now but I will try it when I get home. Since I don't have access to internet at home, if I'm unable to solve the problem with the installed package I will probably have to wait another 3 - 5 days until I'm somewhere that I can access the internet again. Such is life.

Link to comment
Share on other sites

I think you need to install visual studio 2008 express to get that DLL.

I'm not quite sure about that though. If you build in release mode it won't need the debug DLL and it should work.

IIRC the redistributable will only provide the release version of the DLL (without the d suffix).

Link to comment
Share on other sites

Yves is correct, the redistributable packages are what we could legally offer already, and those are only the release builds of the C runtime libraries. You actually have two options: acquire the debug runtime (e.g. install some version of Visual Studio 2008), or only use the release build of the game. Most of the time, the release build is sufficient and performs much better.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...