<?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 I think that 15.0.4 made some in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101665#M126901</link>
    <description>&lt;P&gt;I think that 15.0.4 made some assumptions based on the beta versions of VS2015. Try adding:&lt;/P&gt;

&lt;P&gt;$(UniversalCRTSdkDir)Lib\$(UCRTVersion)\ucrt\x86&lt;/P&gt;

&lt;P&gt;for x86 and:&lt;/P&gt;

&lt;P&gt;$(UniversalCRTSdkDir)Lib\$(UCRTVersion)\ucrt\x64&lt;/P&gt;

&lt;P&gt;for x64&lt;/P&gt;

&lt;P&gt;to the list (or replace the bad path with this.) My memory is a bit foggy now, but my recollection is that later versions of Parallel Studio XE used the newer path.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2017 17:59:17 GMT</pubDate>
    <dc:creator>Steve_Lionel</dc:creator>
    <dc:date>2017-02-22T17:59:17Z</dc:date>
    <item>
      <title>link error LNK1104: cannot open file 'libucrt.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101662#M126898</link>
      <description>&lt;P&gt;Hello:&lt;BR /&gt;
	&lt;BR /&gt;
	I have VS 2015 Professional 2015, Update 3, and I have Visual Fortran XE 15.0.4.221.&amp;nbsp; All of my Fortran programs are compiling fine, but then giving me the link error: LNK1104: cannot open file 'libucrt.lib'.&lt;/P&gt;

&lt;P&gt;It appears as though the problem lies in the setting for the libraries as to where the libucrt.lib file resides.&amp;nbsp; When I look at the list of libraries in the Tools--&amp;gt;Options--&amp;gt;Intel Compilers and Tools--&amp;gt;Visual Fortran--&amp;gt;Compilers--&amp;gt;Libraries, it has hard-coded in the path $(UniversalCRTSdkDir)Lib\10.0.10056.0\ucrt\x86.&amp;nbsp; But that directory does not exist on my machine.&amp;nbsp; The problem is the number "10.0.10056.0".&amp;nbsp; If I change that to a directory that actually exists on my machine (e.g., 10.0.10150.0, or 10.0.10240.0), then things work and compile just fine.&lt;/P&gt;

&lt;P&gt;My question is two fold:&lt;BR /&gt;
	1) Where did the incorrect path (10.0.10056.0) come from?&lt;BR /&gt;
	2) Are we doing something wrong in the installation that could be causing this error?&amp;nbsp; We are in the middle of rolling out new installations for many people in the office, and it would be a big pain to have to go to each person and correct the settings one by one.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;BR /&gt;
	Michael&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:17:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101662#M126898</guid>
      <dc:creator>Michael8</dc:creator>
      <dc:date>2017-02-22T17:17:55Z</dc:date>
    </item>
    <item>
      <title>This generally happens when</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101663#M126899</link>
      <description>&lt;P&gt;This generally happens when an update is installed after a VS2015 update. The usual fix is to click "Reset..." on that Tools &amp;gt; Options dialog. Once you fix it this way, it should stay fixed. But I would also recommend a newer version of Parallel Studio XE, as 15.0.4 was the very first to support VS2015 and there might have been issues there.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:28:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101663#M126899</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-02-22T17:28:00Z</dc:date>
    </item>
    <item>
      <title>When I click on the reset</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101664#M126900</link>
      <description>&lt;P&gt;When I click on the reset button, the path doesn't change.&amp;nbsp; It still says: $(UniversalCRTSdkDir)Lib\10.0.10056.0\ucrt\x86&lt;/P&gt;

&lt;P&gt;The 10.0.10056.0 is still hard-coded in there.&amp;nbsp; Am I missing something?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;BR /&gt;
	Michael&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:35:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101664#M126900</guid>
      <dc:creator>Michael8</dc:creator>
      <dc:date>2017-02-22T17:35:00Z</dc:date>
    </item>
    <item>
      <title>I think that 15.0.4 made some</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101665#M126901</link>
      <description>&lt;P&gt;I think that 15.0.4 made some assumptions based on the beta versions of VS2015. Try adding:&lt;/P&gt;

&lt;P&gt;$(UniversalCRTSdkDir)Lib\$(UCRTVersion)\ucrt\x86&lt;/P&gt;

&lt;P&gt;for x86 and:&lt;/P&gt;

&lt;P&gt;$(UniversalCRTSdkDir)Lib\$(UCRTVersion)\ucrt\x64&lt;/P&gt;

&lt;P&gt;for x64&lt;/P&gt;

&lt;P&gt;to the list (or replace the bad path with this.) My memory is a bit foggy now, but my recollection is that later versions of Parallel Studio XE used the newer path.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:59:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101665#M126901</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-02-22T17:59:17Z</dc:date>
    </item>
    <item>
      <title>I tried adding that to the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101666#M126902</link>
      <description>&lt;P&gt;I tried adding that to the list, but it came back with the same link error, and also said:&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;Project : warning PRJ0018 : The following environment variables were not found:&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;
	&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;$(UCRTVersion)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;I'll see if we have a newer version of the compiler that we can install.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;Thanks.&lt;BR /&gt;
	Michael&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 18:07:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101666#M126902</guid>
      <dc:creator>Michael8</dc:creator>
      <dc:date>2017-02-22T18:07:11Z</dc:date>
    </item>
    <item>
      <title>Try:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101667#M126903</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;

&lt;P&gt;$(UniversalCRTSdkDir)lib\winv10.0\ucrt\x86&lt;/P&gt;

&lt;P&gt;then&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 18:54:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101667#M126903</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-02-22T18:54:56Z</dc:date>
    </item>
    <item>
      <title>Actually, that directory is</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101668#M126904</link>
      <description>&lt;P&gt;Actually, that directory is already in the list.&amp;nbsp; It doesn't work because I don't have a $(UniversalCRTSdkDir)lib\winv10.0 directory.&lt;/P&gt;

&lt;P&gt;We are looking into installing a newer version of Fortran.&amp;nbsp; We can't find anything newer within the Fortran XE 2015 world.&amp;nbsp; We tried Fortran XE 2016 (I think)&amp;nbsp;and XE 2017, but they didn't seem to not be compatible with VS 2015.&amp;nbsp; Can you recommend a specific version that we should try?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;BR /&gt;
	Michael&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 19:05:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101668#M126904</guid>
      <dc:creator>Michael8</dc:creator>
      <dc:date>2017-02-22T19:05:08Z</dc:date>
    </item>
    <item>
      <title>Yes, the XE 2016 and 2017</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101669#M126905</link>
      <description>&lt;P&gt;Yes, the XE 2016 and 2017 versions are compatible with VS2015.&lt;/P&gt;

&lt;P&gt;Very strange.&lt;/P&gt;

&lt;P&gt;On my system, the library is in&amp;nbsp;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt\x64 (for x64). See where yours are and substitute as needed.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 20:03:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101669#M126905</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-02-22T20:03:13Z</dc:date>
    </item>
    <item>
      <title>Ok, that's good to know that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101670#M126906</link>
      <description>&lt;P&gt;Ok, that's good to know that XE 2016 and XE 2017 are supported with VS 2015.&amp;nbsp; Maybe something just didn't go right with those installations.&amp;nbsp; We should retry that.&lt;/P&gt;

&lt;P&gt;Yes, I can manually change the library path to a path that exists on my machine, and then programs compile and link.&amp;nbsp; But we are trying to install this software for many, many users, and so that seems odd to have to do that extra manual step for each user.&amp;nbsp; We assumed something just isn't going correctly with the installation.&amp;nbsp; I'll look into seeing if we can use XE 2016 or XE 2017, and if that resolves the issue.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;BR /&gt;
	Michael&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 20:07:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101670#M126906</guid>
      <dc:creator>Michael8</dc:creator>
      <dc:date>2017-02-22T20:07:36Z</dc:date>
    </item>
    <item>
      <title>If we install XE 2017, can we</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101671#M126907</link>
      <description>&lt;P&gt;If we install XE 2017, can we use all the default installation options, or do we need to do a custom install.&amp;nbsp; I recall reading, a while back, about needing to do a custom install to make sure to install the C++ components.&amp;nbsp; But I'm not sure if that's still necessary.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;BR /&gt;
	Michael&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 20:20:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101671#M126907</guid>
      <dc:creator>Michael8</dc:creator>
      <dc:date>2017-02-22T20:20:14Z</dc:date>
    </item>
    <item>
      <title>That's for the VS install,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101672#M126908</link>
      <description>&lt;P&gt;That's for the VS install, not Parallel Studio XE. (See &lt;A href="https://software.intel.com/en-us/articles/installing-visual-studio-2015-for-use-with-intel-compilers"&gt;here&lt;/A&gt;.) A default install is fine.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 22:15:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101672#M126908</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-02-22T22:15:08Z</dc:date>
    </item>
    <item>
      <title>Oh yes, I was getting</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101673#M126909</link>
      <description>&lt;P&gt;Oh yes, I was getting confused.&amp;nbsp; Thanks for that link.&amp;nbsp; We'll give it a try.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;BR /&gt;
	Michael&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 22:17:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101673#M126909</guid>
      <dc:creator>Michael8</dc:creator>
      <dc:date>2017-02-22T22:17:38Z</dc:date>
    </item>
    <item>
      <title>So we installed XE2017, and</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101674#M126910</link>
      <description>&lt;P&gt;So we installed XE2017, and that worked.&amp;nbsp; No more linking error.&amp;nbsp; Thanks for your help on this!&lt;/P&gt;

&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 13:36:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101674#M126910</guid>
      <dc:creator>Michael8</dc:creator>
      <dc:date>2017-02-23T13:36:46Z</dc:date>
    </item>
    <item>
      <title>Hooray!</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101675#M126911</link>
      <description>&lt;P&gt;Hooray!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 14:12:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/link-error-LNK1104-cannot-open-file-libucrt-lib/m-p/1101675#M126911</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-02-23T14:12:43Z</dc:date>
    </item>
  </channel>
</rss>

