我刚刚安装了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”时,它可以正常工作