<?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: .dll missing from compiled Fortran executable in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283859#M156109</link>
    <description>&lt;P&gt;I see. That could be the problem. I am using Visual Studio 2019.&amp;nbsp; The runtime I downloaded from earlier replies are for VS 2015 - 2019 though. I will get that download and see what happens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sun, 23 May 2021 13:42:14 GMT</pubDate>
    <dc:creator>Feng__Jesse</dc:creator>
    <dc:date>2021-05-23T13:42:14Z</dc:date>
    <item>
      <title>.dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283053#M156031</link>
      <description>&lt;P&gt;After building a release solution of my Fortran code using Visual Studio community 2019 and OneAPI HPC package, I tried to run the compiled executable outside of Visual Studio and I encountered 3 errors regarding missing&amp;nbsp;libifcoremd.dll,&amp;nbsp;libmmd.dll, and&amp;nbsp;svml_dispmd.dll.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I searched online about this and there were some suggestions to add the .dll's path to the compiler, but I am not sure how to do it in VS2019 since all the posts I saw were for older versions. I never had this issue when I used Parallel Studio before.&amp;nbsp; Following one post, I copied the .dll files to the running directory and the error instead becomes "The application was unable to start correctly (0xc000007b). Click OK to close the application."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I looked under Tools -&amp;gt; Options -&amp;gt; Projects and Solutions but didn't see any option regarding linking paths. I see there is a "command line" option under project properties -&amp;gt; Fortran/Linker. But I am not sure how to include the .dll's path here. Can someone help me out?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jesse&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 06:15:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283053#M156031</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2021-05-20T06:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283167#M156035</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/libmmdd-dll-libifcoremdd-dll-is-needed-in-Deployment/m-p/1280538/highlight/true#M155886" target="_blank"&gt;Re: libmmdd.dll libifcoremdd.dll is needed in Deployment - Intel Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I really wish Intel would go back to including this with the compiler install - it baffles me that it was left out.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 12:35:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283167#M156035</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-05-20T12:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283257#M156043</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the response! I installed that and now it doesn't say missing dll anymore, but it still says&amp;nbsp;&lt;SPAN&gt;"The application was unable to start correctly (0xc000007b). Click OK to close the application."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess copying the dll files to the directory did solve the problem, except now I have another problem.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 17:35:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283257#M156043</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2021-05-20T17:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283325#M156047</link>
      <description>&lt;P&gt;Try going to&amp;nbsp;&lt;A href="https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0" target="_blank"&gt;The latest supported Visual C++ downloads (microsoft.com)&lt;/A&gt;&amp;nbsp;, download and install the Visual Studio 2019 runtime for x64 and also the one for x86.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 21:05:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283325#M156047</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-05-20T21:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283613#M156083</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;Those were already installed. I first tried to use the "repair" option for both. I still get the same error. Then I tried to uninstall both and re-install both. The problem persists. Thanks for the help so far, are there anything else I can try?&lt;/P&gt;
&lt;P&gt;To clarify, I made sure to re-build the solution each time.&lt;/P&gt;
&lt;P&gt;Jesse&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 17:12:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283613#M156083</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2021-05-21T17:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283619#M156087</link>
      <description>&lt;P&gt;What I suggest is to download &lt;A href="http://dependencywalker.com/" target="_self"&gt;Dependency Walker&lt;/A&gt; , run it, open your executable. Wait for it to finish analyzing, click File &amp;gt; Save. Save the .dwi file somewhere. Put it in a ZIP file and attach to a reply here so that we can look at it. Be sure to choose the correct download (32-bit or 64-bit) for your application. Don't be concerned by errors it reports - many of them are false - but the rest of the info will be useful.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 17:54:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283619#M156087</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-05-21T17:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283629#M156091</link>
      <description>&lt;P&gt;Here is the dwi file. Thank you very much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jesse&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 18:14:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283629#M156091</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2021-05-21T18:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283671#M156095</link>
      <description>&lt;P&gt;Ah, this is a Debug build. You can run this only from within Visual Studio or an Intel Fortran Command Line Build environment. (Start &amp;gt; Intel oneAPI 2021 &amp;gt; Intel oneAPI Command Prompt for x86.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 21:41:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283671#M156095</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-05-21T21:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283717#M156099</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for checking it out.&lt;/P&gt;
&lt;P&gt;I am not sure if I mixed up the builds. But I made sure this is the release build this time. If it still says debug, that could be where I need to look at in settings.&lt;/P&gt;
&lt;P&gt;Nevertheless, even when I try to run the program through the command Prompt, it still gives the same error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jesse&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 03:09:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283717#M156099</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2021-05-22T03:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283791#M156104</link>
      <description>&lt;P&gt;Are you using Visual Studio 2015? Your program is linked to its libraries - perhaps there's something explicit in your project that does that. Install the x86 (32-bit) package from&amp;nbsp;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=52685" target="_blank"&gt;Download Microsoft Visual C++ 2015 Redistributable Update 3 RC from Official Microsoft Download Center&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 17:16:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283791#M156104</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-05-22T17:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283859#M156109</link>
      <description>&lt;P&gt;I see. That could be the problem. I am using Visual Studio 2019.&amp;nbsp; The runtime I downloaded from earlier replies are for VS 2015 - 2019 though. I will get that download and see what happens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 13:42:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1283859#M156109</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2021-05-23T13:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1284029#M156114</link>
      <description>&lt;P&gt;Note there is a newer version (rewrite) of Dependency Walker at &lt;A href="https://github.com/lucasg/Dependencies" target="_blank"&gt;https://github.com/lucasg/Dependencies&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 09:50:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1284029#M156114</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2021-05-24T09:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1284132#M156123</link>
      <description>&lt;P&gt;Nice to see that, but it's less useful in cases such as this as it doesn't support saving a results file (like the .dwi). Still, if I get an EXE I can use this to prod it. Thanks for the pointer,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/75329"&gt;@Arjen_Markus&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 16:07:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1284132#M156123</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-05-24T16:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1292746#M156477</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To follow up on this thread. I have installed Microsoft Visual C++ 2015 - 2019 Redistributable from&amp;nbsp;&lt;A href="https://visualstudio.microsoft.com/downloads/" target="_blank"&gt;https://visualstudio.microsoft.com/downloads/&lt;/A&gt;. It installed it on my computer, I restarted the PC as requested, and recompiled the program, but I still cannot get it to work. I put the program compiled in release into the dependency program, and the results are attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can take a look and let me know what I can do that would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some information: my computer currently has a whole lot of redistributables: 2005, various updates of 2008, 2010, various updates of 2012, various updates of 2013, and 14.29.30037 of 2015-2019 x64, and 14.28.29914 of 2015-2019 x86.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should I consider uninstall all these, as well as visual studio and one-API and reinstall everything?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jesse&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 03:08:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1292746#M156477</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2021-06-24T03:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1292941#M156486</link>
      <description>&lt;P&gt;The .dwi does not show any missing DLL errors. What exact error message are you seeing? Screenshot, please.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 14:34:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1292941#M156486</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-06-24T14:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1292946#M156489</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error screenshot.PNG" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17775i11683016F100C13D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="error screenshot.PNG" alt="error screenshot.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Initially, I had the DLL errors. When I put the missing DLL directly into the directory where the executable is, I get the error above. Then I installed the various libraries and didn't have to put the DLLs directly in the running folder, and I still get the error above. Last time you mentioned you saw the program is linked to&amp;nbsp; Visual Studio&amp;nbsp; 2015, which I said I shouldn't be using 2015 but 2019 with oneAPI for Fortran.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, the program runs fine if I run it in Visual Studio. But when I take the compiled executable outside, it does this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jesse&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 15:16:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1292946#M156489</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2021-06-24T15:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1292968#M156493</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an update. A colleague of mine who did not uninstall her Parallel Studio 2019 Update 5 does not have this issue. Her parallel studio is still expired, but it seems that something parallel studio installs but oneAPI doesn't can solve the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is - I cannot reinstall parallel studio because I don't have a valid license anymore.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jesse&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 16:29:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1292968#M156493</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2021-06-24T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1293059#M156501</link>
      <description>&lt;P&gt;The .dwi you attached still showed the VS2015 MSVCR140.DLL being used. There were also a bunch of other DLLs referenced with names I did not recognize.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 21:10:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1293059#M156501</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-06-24T21:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1295477#M156613</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for coming back to this question sporadically as I have to also focus on completing my research work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was just thinking about how the executable can run successfully inside Visual Studio but cannot outside of it. Is it ridiculous to think that VS knows the correct link to the libraries and needed runtimes but when compiling, there is a setting missing somewhere for the compiler and so the compiled code doesn't know after being compiled? If so, where can I go to look at VS's linking paths for compiling a code and running a code inside VS? If I can compare the two files, perhaps I can correct it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jesse&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 16:42:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1295477#M156613</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2021-07-02T16:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: .dll missing from compiled Fortran executable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1295507#M156614</link>
      <description>&lt;P&gt;What happens is that VS adds the directories containing debug DLLs to PATH when starting the process to run under the debugger. The compiler isn't involved in this. The idea is that you run a debug build under control of the debugger (you can also run without debugging in VS.) If you want to run outside the VS environment, build a Release configuration (or choose non-debug libraries in the property for that.)&lt;/P&gt;
&lt;P&gt;The debug DLLs are not in the same system directory the release DLLs are.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 19:19:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dll-missing-from-compiled-Fortran-executable/m-p/1295507#M156614</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-07-02T19:19:15Z</dc:date>
    </item>
  </channel>
</rss>

