<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Intel OneAPI Fortran Compiler ifx works with MSVS 2019 (16.11.55) for old source files in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-OneAPI-Fortran-Compiler-ifx-works-with-MSVS-2019-16-11-55/m-p/1747679#M178856</link>
    <description>&lt;P&gt;Thank Mr. Nichols so much for the big help. After having followed your kind instructions, I finally got Fortran Compiler ifx.exe worked out for my first project, TestRun with only one statement as Print *,&amp;nbsp;&lt;SPAN&gt;'Hello World' in the source code.&amp;nbsp; It's going to take some time- maybe several days or even weeks on learning SLNX VS files and then just run in a nice IDE. Thanks again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2026 16:13:25 GMT</pubDate>
    <dc:creator>WH-</dc:creator>
    <dc:date>2026-05-12T16:13:25Z</dc:date>
    <item>
      <title>Intel OneAPI Fortran Compiler ifx works with MSVS 2019 (16.11.55) for old source files</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-OneAPI-Fortran-Compiler-ifx-works-with-MSVS-2019-16-11-55/m-p/1747464#M178836</link>
      <description>&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;I've got a couple of questions as follows:&lt;/P&gt;&lt;P&gt;Q1. Does Intel Fortran Compiler ifx.exe work with MSVS- Microsoft Visual Studio&amp;nbsp;2019 (16.11.55) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;I've tried to switch modes between Console and Windows in order for a test-run of the project named "Hello World" on the system of "Windows 11 Home." Unfortunately, it kept turning out the message indicating: "The code execution cannot proceed because libifcoremdd.dll was not found. Reinstalling the program may fix this problem."&amp;nbsp; However, this dll file has been sitting with ifx.exe in the same directory "bin" since ifx.exe compiler was installed.&lt;/P&gt;&lt;P&gt;Q2. As what was done in the years of 1990's, I'm wondering if there is still a makefile program like Make.exe to compile/link a group of project files into an executable code to be able to run on the Windows command mode?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 04:02:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-OneAPI-Fortran-Compiler-ifx-works-with-MSVS-2019-16-11-55/m-p/1747464#M178836</guid>
      <dc:creator>WH-</dc:creator>
      <dc:date>2026-05-11T04:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Intel OneAPI Fortran Compiler ifx works with MSVS 2019 (16.11.55) for old source files</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-OneAPI-Fortran-Compiler-ifx-works-with-MSVS-2019-16-11-55/m-p/1747516#M178837</link>
      <description>&lt;P&gt;The latest ONEAPI has been released.&amp;nbsp; Although the Intel note on this forum said the Fortran compiler is available they did not mention you really need the whole lot as you need DPC upgrade,&amp;nbsp; it is easy to find. It will not update through control panel as there is only one API installer not the LPC and HPC.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will only install with 2026 and 2022, you need to ditch VS 2019, the latest 2026 and ONEAPI will install in a few minutes and it runs old code nicely.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The minor annoyances are not worth the hassle.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 12:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-OneAPI-Fortran-Compiler-ifx-works-with-MSVS-2019-16-11-55/m-p/1747516#M178837</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2026-05-11T12:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Intel OneAPI Fortran Compiler ifx works with MSVS 2019 (16.11.55) for old source files</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-OneAPI-Fortran-Compiler-ifx-works-with-MSVS-2019-16-11-55/m-p/1747517#M178838</link>
      <description>&lt;P&gt;Make is still around.&amp;nbsp; It is much easier to just compile a SLNX VS file and just run in a nice IDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 12:32:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-OneAPI-Fortran-Compiler-ifx-works-with-MSVS-2019-16-11-55/m-p/1747517#M178838</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2026-05-11T12:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Intel OneAPI Fortran Compiler ifx works with MSVS 2019 (16.11.55) for old source files</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-OneAPI-Fortran-Compiler-ifx-works-with-MSVS-2019-16-11-55/m-p/1747679#M178856</link>
      <description>&lt;P&gt;Thank Mr. Nichols so much for the big help. After having followed your kind instructions, I finally got Fortran Compiler ifx.exe worked out for my first project, TestRun with only one statement as Print *,&amp;nbsp;&lt;SPAN&gt;'Hello World' in the source code.&amp;nbsp; It's going to take some time- maybe several days or even weeks on learning SLNX VS files and then just run in a nice IDE. Thanks again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 16:13:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-OneAPI-Fortran-Compiler-ifx-works-with-MSVS-2019-16-11-55/m-p/1747679#M178856</guid>
      <dc:creator>WH-</dc:creator>
      <dc:date>2026-05-12T16:13:25Z</dc:date>
    </item>
  </channel>
</rss>

