Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Fortran (ifort) this application has failed to strat because MSVCR80.dll was not found

fbaila
Beginner
381 Views

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

0 Kudos
1 Reply
TimP
Honored Contributor III
381 Views
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.
0 Kudos
Reply