<?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 was able to compile the in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-LNK2019-unresolved-external-symbol-IARGC/m-p/1038372#M112372</link>
    <description>&lt;P&gt;I was able to compile the project by switch from the &lt;STRONG&gt;Debug Multithread DLL Runtime Library &lt;/STRONG&gt;to the &lt;STRONG&gt;Debug Multithread Runtime Library&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jun 2014 20:39:02 GMT</pubDate>
    <dc:creator>chauvjo</dc:creator>
    <dc:date>2014-06-11T20:39:02Z</dc:date>
    <item>
      <title>Error LNK2019: unresolved external symbol _IARGC</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-LNK2019-unresolved-external-symbol-IARGC/m-p/1038370#M112370</link>
      <description>&lt;DIV style="color: rgb(0, 0, 0); font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; background-color: rgb(255, 255, 255);"&gt;
	&lt;PRE&gt;Software Setup:  Windows 7 Ultimate Service Pack 1
                 Visual Studio Professional 2012 Version 11.0.6.61030.00 Update 4
                 Intel Parallel Studio XE 2013  Version 14.0.3.202 Build 20140422

The following error was encountered while compiling a project with:

Configuration: Active(Debug)
Platform: Active(Win32)

error LNK2019: unresolved external symbol _IARGC referenced in function _COMMANDLINEARGUMENTS
error LNK2019: unresolved external symbol _GETARG referenced in function _COMMANDLINEARGUMENTS

The error does not occur when the Configuration is set to: Release

Any suggestions?

John&lt;/PRE&gt;
&lt;/DIV&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 20:18:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-LNK2019-unresolved-external-symbol-IARGC/m-p/1038370#M112370</guid>
      <dc:creator>chauvjo</dc:creator>
      <dc:date>2014-06-11T20:18:04Z</dc:date>
    </item>
    <item>
      <title>If you want the legacy</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-LNK2019-unresolved-external-symbol-IARGC/m-p/1038371#M112371</link>
      <description>If you want the legacy functions  from before fortran  2003, try  use ifport.  Better change to standard equivalents.If</description>
      <pubDate>Wed, 11 Jun 2014 20:32:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-LNK2019-unresolved-external-symbol-IARGC/m-p/1038371#M112371</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2014-06-11T20:32:48Z</dc:date>
    </item>
    <item>
      <title>I was able to compile the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-LNK2019-unresolved-external-symbol-IARGC/m-p/1038372#M112372</link>
      <description>&lt;P&gt;I was able to compile the project by switch from the &lt;STRONG&gt;Debug Multithread DLL Runtime Library &lt;/STRONG&gt;to the &lt;STRONG&gt;Debug Multithread Runtime Library&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 20:39:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-LNK2019-unresolved-external-symbol-IARGC/m-p/1038372#M112372</guid>
      <dc:creator>chauvjo</dc:creator>
      <dc:date>2014-06-11T20:39:02Z</dc:date>
    </item>
    <item>
      <title>We support IARGC and GETARG</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-LNK2019-unresolved-external-symbol-IARGC/m-p/1038373#M112373</link>
      <description>&lt;P&gt;We support IARGC and GETARG as intrinsics, so if you declare them as EXTERNAL, remove the EXTERNAL. But I am puzzled that you are seeing a difference - maybe something else is going on. Can you attach a ZIP of your solution folder with a small program showing the problem?&lt;/P&gt;

&lt;P&gt;Even better as a long-term solution, use the Fortran standard intrinsics COMMAND_ARGUMENT_COUNT and GET_COMMAND_ARGUMENT.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 20:49:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-LNK2019-unresolved-external-symbol-IARGC/m-p/1038373#M112373</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-06-11T20:49:31Z</dc:date>
    </item>
  </channel>
</rss>

