MSVCP70D.dll not found error

R

ravisuhane

Hi All,
i am working on a c++ project i am using an open source
library .

i have build that dll in visual studio 2002 and using it in (my
project ) visual studio 2003
while running the application getting error : "Application failed to
start because MSVCP70D.dll was not found".. If i build the same dll in
Visual Studio 2003 and using it in VS 2003 then application runs
without any problem.... but i have to build the dll in VS 2002 not in
VS 2003.

if anyone know why it is happening pleas reply.

Regards,
Ravi suhane
 
J

Jakob Bieling

i am working on a c++ project i am using an open source
library .

Please consider posting to another newsgroup next time. Even though
you are working on a c++ project, your problem is obviously related to
one specific environment (ie. Windows with Visual Studio). Thus you
should have posted to a windows programming newsgroup or to a newsgroup
that deals with visual studio issues. This newsgroup is for
platform-independant Standard C++ issues only.

See answer below.
i have build that dll in visual studio 2002 and using it in (my
project ) visual studio 2003
while running the application getting error : "Application failed to
start because MSVCP70D.dll was not found".. If i build the same dll in
Visual Studio 2003 and using it in VS 2003 then application runs
without any problem.... but i have to build the dll in VS 2002 not in
VS 2003.

if anyone know why it is happening pleas reply.

Presumably because the DLL was not found? I guess VS 2002 is on a
different computer than the one you use VS 2003 with. Find that DLL on
the "vs 2002" computer and copy it into the Windows/System32 directory
of the "vs 2003" computer. If this does not solve the problem, try a
visual studio newsgroup.

hth
 

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

Members online

No members online now.

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,125
Latest member
VinayKumar Nevatia_
Top