<?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 How to add Export command to a VS DLL project's link step to ad in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-add-Export-command-to-a-VS-DLL-project-s-link-step-to-add/m-p/815099#M44832</link>
    <description>&lt;P&gt;I think you want the /DEF linker command. See this &lt;A href="http://msdn.microsoft.com/en-us/library/hyx1zcd3(v=VS.71).aspx"&gt;link&lt;/A&gt; to the Microsoft website to setup the export variable names. And this &lt;A href="http://msdn.microsoft.com/en-us/library/34c30xs1(v=VS.71).aspx"&gt;link &lt;/A&gt;to see how to use /Def to specify the file to import Export names from.&lt;BR /&gt;&lt;BR /&gt;This is assuming that the the .obj was not written with in our compiler and so you can not use DLLExport/Import commands in the source.&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/announcement/241/"&gt;Attaching or including files in a post&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2011 22:57:14 GMT</pubDate>
    <dc:creator>Wendy_Doerner__Intel</dc:creator>
    <dc:date>2011-10-10T22:57:14Z</dc:date>
    <item>
      <title>How to add Export command to a VS DLL project's link step to add symbol from a precompiled .OBJ file</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-add-Export-command-to-a-VS-DLL-project-s-link-step-to-add/m-p/815098#M44831</link>
      <description>I have a .DLL which requires linking in a precompiled object .OBJ from a third party which contains a symbol that must be exported.&lt;BR /&gt;How can you add the required export command to the link step within Visual Studio (I never use NMAKE) so that the DLL's export table contains the required additional symbol?</description>
      <pubDate>Mon, 10 Oct 2011 13:59:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-add-Export-command-to-a-VS-DLL-project-s-link-step-to-add/m-p/815098#M44831</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2011-10-10T13:59:14Z</dc:date>
    </item>
    <item>
      <title>How to add Export command to a VS DLL project's link step to ad</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-add-Export-command-to-a-VS-DLL-project-s-link-step-to-add/m-p/815099#M44832</link>
      <description>&lt;P&gt;I think you want the /DEF linker command. See this &lt;A href="http://msdn.microsoft.com/en-us/library/hyx1zcd3(v=VS.71).aspx"&gt;link&lt;/A&gt; to the Microsoft website to setup the export variable names. And this &lt;A href="http://msdn.microsoft.com/en-us/library/34c30xs1(v=VS.71).aspx"&gt;link &lt;/A&gt;to see how to use /Def to specify the file to import Export names from.&lt;BR /&gt;&lt;BR /&gt;This is assuming that the the .obj was not written with in our compiler and so you can not use DLLExport/Import commands in the source.&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/announcement/241/"&gt;Attaching or including files in a post&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2011 22:57:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-add-Export-command-to-a-VS-DLL-project-s-link-step-to-add/m-p/815099#M44832</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2011-10-10T22:57:14Z</dc:date>
    </item>
    <item>
      <title>How to add Export command to a VS DLL project's link step to ad</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-add-Export-command-to-a-VS-DLL-project-s-link-step-to-add/m-p/815100#M44833</link>
      <description>Thanks. It is a C-program.&lt;BR /&gt;&lt;BR /&gt;Under project properties...configuration properties...linker...command line, I added  /export:theexportname and that appears to have worked!</description>
      <pubDate>Tue, 11 Oct 2011 14:45:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-add-Export-command-to-a-VS-DLL-project-s-link-step-to-add/m-p/815100#M44833</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2011-10-11T14:45:53Z</dc:date>
    </item>
  </channel>
</rss>

