<?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: Creating portable exe with Visual Studio 2019 and Fortran in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353431#M159540</link>
    <description>&lt;P&gt;Is that a debug build? All the lib names have a D on the end of the name.&amp;nbsp; I don't believe debug libs are accessible if you run outside the Visual Studio environment.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jan 2022 12:01:15 GMT</pubDate>
    <dc:creator>andrew_4619</dc:creator>
    <dc:date>2022-01-21T12:01:15Z</dc:date>
    <item>
      <title>Creating portable exe with Visual Studio 2019 and Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353384#M159536</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;I'm a new in using Visual Studio 2019 and Fortran. I'm trying to compile some of my old codes (this is ok, no errors) but when I try to use the exe it seems that lots of libs are missing (libmmd.dll, libifcoremd.dll, libifportMD.dll, svml_dispmd.dll).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reading some post it seems to be a problem with static libs inclusion but I do not find the correct option in VS2019 (or I have not understood the problem...). Can someone suggest how to solve this problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 08:43:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353384#M159536</guid>
      <dc:creator>gverneng</dc:creator>
      <dc:date>2022-01-21T08:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating portable exe with Visual Studio 2019 and Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353398#M159537</link>
      <description>&lt;P&gt;From the list of missing DLLs, it appears that you may build your application to use dynamic libraries. If that is what you want, the runtime DLLs need to be available on the development system (to enable testing the built programs and DLLs) and also on the end users' systems. If, on the other hand, you wanted to build using static libraries, specify that choice through compiler options at the command line or settings in Visual Studio.&lt;/P&gt;
&lt;P&gt;You may need to install the &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html" target="_self"&gt;Fortran runtime package&lt;/A&gt;. Choose "Runtime Versions", and then pick the installer relevant to your operating system.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 09:48:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353398#M159537</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-01-21T09:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating portable exe with Visual Studio 2019 and Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353431#M159540</link>
      <description>&lt;P&gt;Is that a debug build? All the lib names have a D on the end of the name.&amp;nbsp; I don't believe debug libs are accessible if you run outside the Visual Studio environment.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 12:01:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353431#M159540</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2022-01-21T12:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating portable exe with Visual Studio 2019 and Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353440#M159541</link>
      <description>&lt;P&gt;Andrew, the 'D' may stand for 'Dynamic' or 'Debug', and several combinations have been used. For instance, I have&amp;nbsp;libifcore.lib,&amp;nbsp;libifcoremd.lib,&amp;nbsp;libifcoremdd.lib,&amp;nbsp;libifcoremt.lib,&amp;nbsp;libifcorert.lib,&amp;nbsp;libifcorertd.lib in my OneAPI compiler installation. Of these, the third and sixth are debug libraries. Similar conventions are used in the VC libraries.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 12:45:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353440#M159541</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-01-21T12:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating portable exe with Visual Studio 2019 and Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353521#M159552</link>
      <description>&lt;P&gt;"md" in the DLL name refers to the /MD option to specify linking against the DLL libraries - the convention isn't uniformly applied. Debug libraries have an extra d on the end and indeed are not available outside of the VS environment.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 16:19:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Creating-portable-exe-with-Visual-Studio-2019-and-Fortran/m-p/1353521#M159552</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-01-21T16:19:15Z</dc:date>
    </item>
  </channel>
</rss>

