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

Project is now incompatible

gib
New Contributor II
463 Views

Having had to reinstall VS 2019 and oneAPI HPC, I have discovered that my project that was created with the previous version of oneAPI HPC is now regarded as incompatible by VS 2019.

I did a quick build of a "Hello world" project and discovered that I am now using IFX.  

Is there a way to convert my VFPROJ file to an IFX file that can be opened by VS 2019?

I am now hamstrung.

Thanks.

0 Kudos
2 Replies
Devorah_H_Intel
Moderator
453 Views

 We do have several threads on the topic. This one, for example 

0 Kudos
gib
New Contributor II
417 Views

Hi Devorah.  I discovered that if I removed the .sln file then the project could open and create a new .sln file.

But attempting to run my program revealed another issue.  The error message was that libiomp5md.dll was not found.  I ran Dependency Walker and found that none of the oneAPI DLLs were located.  Checking the PATH showed why - there is no reference to Intel oneAPI there.  I'm pretty sure that installation of the previous version of oneAPI HPC added the required entries to the PATH.

What entries do I need in PATH to make the Intel DLLs discoverable?

Thanks.

0 Kudos
Reply