Welcome to Dream.In.Code
Getting C++ Help is Easy!

Join 135,919 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 2,575 people online right now. Registration is fast and FREE... Join Now!




Problem with VC++ 2008

 
Reply to this topicStart new topic

Problem with VC++ 2008, Debugging issues

polymath
10 May, 2008 - 05:34 PM
Post #1

D.I.C Regular
Group Icon

Joined: 4 Apr, 2008
Posts: 407



Thanked: 4 times
Dream Kudos: 500
My Contributions
I build my code in Microsoft Visual C++ 2008 Express Edition and it works fine, but then (this error just started today, after having this for a month) when I click Start with Debugging, it opens up the console and then says "This application has failed to start because MSVCP90D.dll was not found. Re-installing the application may fix the problem." and so I rebuild it. TWICE. It still doesn't work. I searched my VC++ folder. It has the dll in the debug folder. Has anybody else had a similar problem? Does anyone know why this isn't working?
User is offlineProfile CardPM
+Quote Post

Cerolobo
RE: Problem With VC++ 2008
10 May, 2008 - 05:47 PM
Post #2

D.I.C Regular
Group Icon

Joined: 5 Apr, 2008
Posts: 440



Thanked: 31 times
My Contributions
You need to change what run time library you are useing.

If you just want to compile the program, and run it without Visual Studio, you should compile the code in "Release" mode.

You can also go to
Project -> <project name> Properties -> Configuration Properties -> C/C++ -> Code Generation -> Runtime Library

and set it to Multi-threaded (/MT) or Multi-threaded DLL (/MD)

Note: You must have a source file open for the above to appear. I don't have the Express edition, but it should be the same as the Pro edition.
User is offlineProfile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 12/1/08 08:02AM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month