- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
WhenI excecute ifort (example.f90), I got the followed message : "The application has failed to start because MSVCR80.dll was not found. Reinstalling the application may fix this problem."
The second problem is that Iremoved FortranCompiler9.1(Add or Remove Programs), and installed 10.1 butwhen Irun ifort I always have the 9.1 version !
Thanks.
Faouzi
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
msvcr80 is specific to VS2005. As you could see with a search engine, http://msdn.microsoft.com/en-us/library/ms235624.aspx mentions some ways in which this error can be produced. I suppose it could be produced by a mixed up installation of multiple versions of ifort and VS.
Are you running in such a way that the paths set up in System Properties > Advanced > Environment Variables (or equivalent, depending on Windows version) are in effect? They might find remnants of an old installation. Those aren't cleaned up by Add/Remove, and may point to an old ifort.
Are you running in such a way that the paths set up in System Properties > Advanced > Environment Variables (or equivalent, depending on Windows version) are in effect? They might find remnants of an old installation. Those aren't cleaned up by Add/Remove, and may point to an old ifort.
