How to use PGI visual Fortran in Microsoft visual studio 9?

Asked By 0 points N/A Posted on -
qa-featured

Hi to programmers. I am learning the Fortran and want to use PGI Visual Fortran in Microsoft Visual studio 9 so that I could utilize the Fortran compiler easily. But I don’t know how to embed Visual Fortran in visual studio and run the Fortran code in it. I have searched but did not find any useful material. Someone would like to help me please.

SHARE
Answered By 0 points N/A #168164

How to use PGI visual Fortran in Microsoft visual studio 9?

qa-featured

You probably deselected Visual C++ while installing Visual Studio. This is necessary for Fortran to work. You have to perform a modify/ change on your Visual Studio and select Visual C++. Be certain that you select the "X64 compiler and tools". You will then have to reinstall Fortran. Best of luck.

Related Questions