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

How to change the target configuration Fortran and MSVC 2022

JacobB
Beginner
531 Views

Hello 

I have oneAPI fortran integrated within MSVC2022

I have received a fortran package that creates a dll.

I would like to change the target configuration to static library 

but for a reason that I cant understand this edit box is non editable

how can i make it editable so I can change the configuration target ?

Also if I create a new project, it will let me create only an exe target 

Is it due to the fact that I am using the community edition ?

best 

jac

 

0 Kudos
2 Replies
MWind2
New Contributor III
514 Views

Create a new static library and use code from dll.

0 Kudos
andrew_4619
Honored Contributor II
507 Views

works for me in VS community

andrew_4619_0-1684254580016.png

 

0 Kudos
Reply