在Win10上安装VS 2015和Intel Fortran编译器2016但仍无法正常工作

时间:2018-10-22 01:33:15

标签: fortran intel-fortran fortran95

我刚刚安装了Windows10。我已经在系统上安装了两个版本的Visual Studio(2015和2017),还安装了Intel Fortran Compiler2016。只需运行简单的代码

 program Console3

 implicit none

 ! Variables

 ! Body of Console3
 print *, 'Hello World'

 end program Console3

在VS 2015命令提示符下运行并显示以下错误“找不到rc.exe”时,它可以正常工作

0 个答案:

没有答案