Suri
Suri

Reputation: 3357

runtime error while running test program in cppunit Test framework

error is Application has failed to start because MSVCP90D.dll was not found.

Upvotes: 0

Views: 231

Answers (1)

TridenT
TridenT

Reputation: 4909

We had this issue on some of our PC, not all (don't understand why!).

But one thing is sure : installing SP2 for VS2008 fixed most of these issues ! http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&displaylang=en

and force the following option

"Embed manifest": NO

I really hope this will work for you !

Upvotes: 1

Related Questions