Author Topic: It's show "can not find msvcr80.dll",where can I change it?  (Read 3837 times)

crazy5

  • Guest
 :) :) :)

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: It's show "can not find msvcr80.dll",where can I change it?
« Reply #1 on: July 31, 2007, 05:38:32 pm »
did you tried google? but it is strange, Code::Blocks doesn't use that dll
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: It's show "can not find msvcr80.dll",where can I change it?
« Reply #2 on: July 31, 2007, 06:25:26 pm »
Download and install the following package.
Quote
http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&DisplayLang=en

C::B depends on mingm10.dll and mingwm10.dll depends upon MSVC runtimes. :)
Be a part of the solution, not a part of the problem.