MSVCP80D.dll not found

C

csharpdevp

I'm using makefiles to build my project, in which all the source files
are written in C/C++. This project has already been compiled with VC7.1
and I'm now trying to modify the makefiles to also use the VC8.0
compiler to build it.

Amongst other errors, and warning, one notable error message reads as
follows:

"THIS application has failed to start because MSVCP80D.dll was not
found. Re-installing the application may fix this PROBLEM"

I do not know what's causing this problem. Is there some way to specify
in my makefiles where to find this dll? If there's some compiler
command (/something) that I could simply add to my makefile and make
this problem go away, that would be great.
 
Joined
Feb 11, 2011
Messages
1
Reaction score
0
I'm using makefiles to build my project, in which all the source files
are written in C/C++. This project has already been compiled with VC7.1
and I'm now trying to modify the makefiles to also use the VC8.0
compiler to build it.

Amongst other errors, and warning, one notable error message reads as
follows:

"THIS application has failed to start because MSVCP80D.dll was not
found. Re-installing the application may fix this PROBLEM"

I do not know what's causing this problem. Is there some way to specify
in my makefiles where to find this dll? If there's some compiler
command (/something) that I could simply add to my makefile and make
this problem go away, that would be great.
http://www.fix-all-dll-errors.com/msvcp80d.dll/

This is the best place to get dll problems solved.
Just follow the link given above and click the button "Fix dll errors now" and you are through. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top