<?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 Adder Example  in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775710#M24929</link>
    <description>I've added it directly to the project or my current one adds the libraries as an input to the linker. (specifies the full path to the .lib file in the IVF/IDE)&lt;BR /&gt;&lt;BR /&gt;Linda&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Aug 2011 19:42:50 GMT</pubDate>
    <dc:creator>lklawrie</dc:creator>
    <dc:date>2011-08-05T19:42:50Z</dc:date>
    <item>
      <title>Adder Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775706#M24925</link>
      <description>Dear Steve:&lt;BR /&gt;&lt;BR /&gt;I entered the code from the Fortran Manual Adder Com example. &lt;BR /&gt;&lt;BR /&gt;I read through the program creation guide several times and as far as I can see followed the coding requirements. &lt;BR /&gt;&lt;BR /&gt;I get the following error code. This is a new on on me?&lt;BR /&gt;&lt;BR /&gt;Error1 error PRJ0019: A tool returned an error code from "Registering output..."Project&lt;BR /&gt;&lt;BR /&gt;I enclose the complete code file as a zip file, could you tell me what this error means and what mistake I made.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2011 16:31:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775706#M24925</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2011-08-05T16:31:17Z</dc:date>
    </item>
    <item>
      <title>Adder Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775707#M24926</link>
      <description>PRJ0019 is a generic error that comes when any external tool fails for some reason. But in this case it was where the build tried to register the DLL. If you are on Vista or Windows 7 and did not start VS as an administrator, you can get this error as the regsvr32 command would fail.&lt;BR /&gt;&lt;BR /&gt;Exit VS, right click on the VS icon and select "Start as Administrator". It should work then. You only need to do the registration once.</description>
      <pubDate>Fri, 05 Aug 2011 18:07:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775707#M24926</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-08-05T18:07:04Z</dc:date>
    </item>
    <item>
      <title>Adder Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775708#M24927</link>
      <description>Steve:&lt;BR /&gt;&lt;BR /&gt;Thanks. &lt;BR /&gt;&lt;BR /&gt;JMN</description>
      <pubDate>Fri, 05 Aug 2011 19:03:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775708#M24927</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2011-08-05T19:03:01Z</dc:date>
    </item>
    <item>
      <title>Adder Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775709#M24928</link>
      <description>Steve:&lt;BR /&gt;&lt;BR /&gt;Ok, I got that to work, thanks. I now have an Adder.lib&lt;BR /&gt;&lt;BR /&gt;I have not used routines in libraries since 1994, before Powerstation.&lt;BR /&gt;&lt;BR /&gt;How do I add in this library to a program so I can use the module?&lt;BR /&gt;&lt;BR /&gt;I had a good look in the help files but I was lost.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;JMN</description>
      <pubDate>Fri, 05 Aug 2011 19:30:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775709#M24928</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2011-08-05T19:30:11Z</dc:date>
    </item>
    <item>
      <title>Adder Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775710#M24929</link>
      <description>I've added it directly to the project or my current one adds the libraries as an input to the linker. (specifies the full path to the .lib file in the IVF/IDE)&lt;BR /&gt;&lt;BR /&gt;Linda&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2011 19:42:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775710#M24929</guid>
      <dc:creator>lklawrie</dc:creator>
      <dc:date>2011-08-05T19:42:50Z</dc:date>
    </item>
    <item>
      <title>Adder Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775711#M24930</link>
      <description>The simplest way is to just add the .lib as if it were a source file to the executable project. Or if the project was one that created the .lib, make it a dependent of the executable project in the same solution. You do this by right clicking on the executable, selecting Dependencies, and checking the box for the library subproject.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2011 19:43:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Adder-Example/m-p/775711#M24930</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-08-05T19:43:05Z</dc:date>
    </item>
  </channel>
</rss>

