Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Fortran in Visual Studio

Mohammed1
초보자
6,874 조회수

I installed Visual Studio 2022. I then installed Intel OneAPI Base Toolkit followed by the HPC toolkit. I can create a Fortran project, but I am unable to run any code. When I write a code, the run bottom is greyed out (see attachment).  Can anyone please help?
* I am a newbie, so if you provide a solution please be detailed. Thank you.

레이블 (3)
0 포인트
1 솔루션
8 응답
Steve_Lionel
명예로운 기여자 III
6,853 조회수
Mohammed1
초보자
6,805 조회수

Thank you so much, Steve. This solved my problem. It was indeed the fact that I installed VS 2022.2 which is incompatible with Intel OneAPI. I followed the workaround mentioned in the post you shared (by Kaylee Xu), which is manually turning on the “Use the legacy native solution and build services". Thanks again, Fortran in VS 2022 works fine now.

0 포인트
ddm1
초급자
5,740 조회수

Are there any known issues with VS Community 19  Version 16.11.27 ?

I am having trouble creating a DLL from Fortran code where I have successfully created an EXE. I get error 53 File Not Found.

I have created EXE & DLL in the past many times with prior versions of VS. I tried a number of compiler settings to resolve the issue and nothing seems to work.

0 포인트
Andreas_Z_
새로운 기여자 I
6,852 조회수

From your screenshot, it seems as if you have not added your Source1.f90 to a Fortran project (and the open solution) - and that would explain why you cannot compile/run the code. Try making a new solution with an empty Fortran project, then right-click on the project name in the Solution Explorer window and select Add > Existing item > [add your .f90 file here].

0 포인트
Mohammed1
초보자
6,821 조회수

I see what you are saying but it seems that part of the problem is that I am unable to add a Fortran file to a solution. If I create a new project and right click on the solution from the Solution Explorer,  I can select Add > New Item but there is not Fortran files in the list. I can add a file.txt and change its extension to .f90 but that doesn't work either.

0 포인트
Andreas_Z_
새로운 기여자 I
6,812 조회수

See Steve Lionel's comment and the detailed information in the provided link. You have likely installed the latest version of Visual Studio 2022, which is not (yet) supported by Intel Fortran at this time.

Mohammed1
초보자
6,804 조회수

Yup, problem solved following the workaround described in Steve's post. Thank you!

0 포인트
Steve_Lionel
명예로운 기여자 III
5,719 조회수

@ddm1 your problem is entirely different. Please start a new thread. Also, it would help if you mentioned that you are calling your DLL from Visual Basic, which I am fairly certain you are.

0 포인트
응답