<?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: link error in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/link-error/m-p/958482#M21330</link>
    <description>Also, you might be using LOWER as an array, but never have dimensioned it such as &lt;BR /&gt; &lt;BR /&gt;REAL, ALLOCATABLE(:) :: LOWER &lt;BR /&gt; &lt;BR /&gt;for a dynamic array or &lt;BR /&gt; &lt;BR /&gt;REAL, DIMENSION(15) :: LOWER &lt;BR /&gt; &lt;BR /&gt;for a static array.  This will give you the exact same error message if you have not dimensioned LOWER as an array prior to using it as an array. &lt;BR /&gt; &lt;BR /&gt;Tom</description>
    <pubDate>Wed, 18 Jul 2001 03:29:42 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-07-18T03:29:42Z</dc:date>
    <item>
      <title>link error</title>
      <link>https://community.intel.com/t5/Software-Archive/link-error/m-p/958480#M21328</link>
      <description>I have a program needed to be run using Fortran 95, there's no error when compiling but got the following error when debugging: &lt;BR /&gt;project4.obj:error LNK 2001: unresolved external symbol _LOWER@8 &lt;BR /&gt;Debug/project4.exe: fatal error LNK 1120: 1 unresolved externals &lt;BR /&gt;Can anybody help me to fix that ?  Thanks.</description>
      <pubDate>Tue, 17 Jul 2001 01:22:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/link-error/m-p/958480#M21328</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-17T01:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: link error</title>
      <link>https://community.intel.com/t5/Software-Archive/link-error/m-p/958481#M21329</link>
      <description>There is a mismatch between the call to LOWER and the declaration of the routine LOWER.  Make sure the arguments are of the same type and number.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 17 Jul 2001 03:57:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/link-error/m-p/958481#M21329</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-07-17T03:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: link error</title>
      <link>https://community.intel.com/t5/Software-Archive/link-error/m-p/958482#M21330</link>
      <description>Also, you might be using LOWER as an array, but never have dimensioned it such as &lt;BR /&gt; &lt;BR /&gt;REAL, ALLOCATABLE(:) :: LOWER &lt;BR /&gt; &lt;BR /&gt;for a dynamic array or &lt;BR /&gt; &lt;BR /&gt;REAL, DIMENSION(15) :: LOWER &lt;BR /&gt; &lt;BR /&gt;for a static array.  This will give you the exact same error message if you have not dimensioned LOWER as an array prior to using it as an array. &lt;BR /&gt; &lt;BR /&gt;Tom</description>
      <pubDate>Wed, 18 Jul 2001 03:29:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/link-error/m-p/958482#M21330</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-18T03:29:42Z</dc:date>
    </item>
  </channel>
</rss>

