In Visual Studio 2022, how to add Fortran compiler? Please help.

Ghazal, Omar 0 Reputation points
2023-04-08T11:53:37.01+00:00

Hello, To help patients with their radiation therapy and medical scans, please help me run this old Fortran program in my Windows 10, 64 bit. Background: According to its documentation, this old Fortran program used to run in Visual Studio 2005. I cannot find that old version of Visual Studio. Microsoft only provides the latest, Visual Studio 2022. This new version has no Fortran compiler. Specifically, the documentation requires this: Fortran compiler 10.1.011 [IA-32]. If you can help me, please do. Thank you Omar

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,830 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,000 questions
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 42,551 Reputation points
    2023-04-09T08:58:09.9666667+00:00

    Old versions of Visual Studio are available if you have a Visual Studio Subscription. You can download a spreadsheet from Microsoft to see what versions of software are available with the different subscription levels. Refer to What software is available for download?. A Fortran compiler was never offered as a component of Visual Studio. You should check with Intel to determine if its Intel Fortran 10.1.011 (IA-32) compiler is still available and how you can obtain it if you are able to obtain Visual Studio 2005. Otherwise you may need to migrate your application to a modern version of Fortran that is compatible with current versions of Visual Studio.

    0 comments No comments