Thread: Error when running console app in vs2005

  1. #1
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968

    Error when running console app in vs2005

    Whenever I run a console application in vs2005 I get this error message, im sure it has something to do with my settings.

    MSVCP80D.dll is not found

    the program terminates on okay click

    any clues?
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    This is what google turned out on the first hit when searching for "MSVCP80D.dll is not found"

    http://forums.microsoft.com/MSDN/Sho...15218&SiteID=1
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968
    well thank you for your insightful reply

    I like asking people questions not search machines

    its a social thing
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

  4. #4
    semi-colon generator ChaosEngine's Avatar
    Join Date
    Sep 2005
    Location
    Chch, NZ
    Posts
    597
    Quote Originally Posted by Shamino
    well thank you for your insightful reply

    I like asking people questions not search machines

    its a social thing

    no, it's a laziness thing. You assume we have nothing better to do than answer your questions instead of getting off your ass and looking for the answer yourself.

    Then when someone is actually decent enough to do your work for you, you respond with sarcasm.

    you really are a tool. and your signature is annoying.

  5. #5
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968
    Either way, that is a different file, and even if it was the same file I followed the guys steps and made it to step 4 anyways, which tells me to ask someone
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

  6. #6
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    and if you compile it as a release?
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

  7. #7
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968
    Quote Originally Posted by ChaosEngine

    no, it's a laziness thing. You assume we have nothing better to do than answer your questions instead of getting off your ass and looking for the answer yourself.

    Then when someone is actually decent enough to do your work for you, you respond with sarcasm.

    you really are a tool. and your signature is annoying.
    Right, you're browsing these forums for what then? Instead you have more time to argue with people

    I actually have all the time in the world at the moment so this doesn't bother me much, either way, this is a help forum.

    We apparently have help forums to tell people to use search engines. What are people even for again?

    BTW, I'll try running it in release, thanks Vart
    Last edited by Shamino; 01-17-2007 at 04:24 PM.
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

  8. #8
    semi-colon generator ChaosEngine's Avatar
    Join Date
    Sep 2005
    Location
    Chch, NZ
    Posts
    597
    Quote Originally Posted by Shamino
    Right, you're browsing these forums for what then? Instead you have more time to argue with people

    I actually have all the time in the world at the moment so this doesn't bother me much, either way, this is a help forum.

    We apparently have help forums to tell people to use search engines. What are people even for again?

    BTW, I'll try running it in release, thanks Vart
    I help people who are having genuine problems they've made an effort to solve. I'm not here as a research tool for people who can't even be bothered to perform a simple google search.

    and your sig is still annoying (for the record, I actually have 2 19inch lcds, but for some reason I don't feel the need to fill both of them with firefox)
    "I saw a sign that said 'Drink Canada Dry', so I started"
    -- Brendan Behan

    Free Compiler: Visual C++ 2005 Express
    If you program in C++, you need Boost. You should also know how to use the Standard Library (STL). Want to make games? After reading this, I don't like WxWidgets anymore. Want to add some scripting to your App?

  9. #9
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968
    Well, you're not doing either of those things right now are you?

    Thus defeating the purpose of even bothering to post here.

    And the siggy thing, who cares, I put it there to fill the space like a year ago .
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

  10. #10
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    Shamino you came here asking for help yet you do not answer one of the questions above from someone trying to help you.

  11. #11
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968
    And apparently you just havnt read the entire thread.

    BTW, The problem just kinda went away, nifty.
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

  12. #12
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    > The problem just kinda went away

    as the desire of at least one person to answer your questions in the future.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  13. #13
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    Sorry I didn't care to read the BS banter between the 2 of you and didn't read the whole post.

  14. #14
    For Narnia! Sentral's Avatar
    Join Date
    May 2005
    Location
    Narnia
    Posts
    719
    Hm...This is getting interesting, please, continue...
    Videogame Memories!
    A site dedicated to keeping videogame memories alive!

    http://www.videogamememories.com/
    Share your experiences with us now!

    "We will game forever!"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Intergrating console program into windowed app
    By spadez in forum C Programming
    Replies: 4
    Last Post: 02-26-2009, 12:58 PM
  2. Adding a console window to a Win32 app
    By VirtualAce in forum Game Programming
    Replies: 7
    Last Post: 02-01-2009, 01:09 PM
  3. using more then one namespace? std and system? for a console app
    By fingerlickin in forum C++ Programming
    Replies: 7
    Last Post: 08-10-2005, 11:08 AM
  4. Problem with windows console when running.
    By RealityFusion in forum C++ Programming
    Replies: 5
    Last Post: 08-07-2003, 08:56 PM
  5. Bringing focus to an window if app already running.
    By Unregistered in forum Windows Programming
    Replies: 2
    Last Post: 01-24-2002, 02:40 PM