<?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 Building DLLs from the command line in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Building-DLLs-from-the-command-line/m-p/949844#M19221</link>
    <description>Hi, &lt;BR /&gt; &lt;BR /&gt;I am trying to use the command line functionality of Fortran to build DLL's.  &lt;BR /&gt; &lt;BR /&gt;Using a VB front end the user selects the files they want to include in the DLL and the app creates a one line DF command through which the compiling and linking of the modules is executed. &lt;BR /&gt; &lt;BR /&gt;I can get the whole process to work for upto 150 modules but, some of these DLLs need to include over 500 different files !!!! &lt;BR /&gt; &lt;BR /&gt;I'm pretty sure that the line length is limited to a magic number as each one of the modules requires the full path but there is nothing in the help files to say what it is ... &lt;BR /&gt; &lt;BR /&gt;alternatively if somebody could suggest a way that would work for 500+ modules that would be great .... ie should I be compiling all the modules and then linking the in stages to the DLL !?!?!? &lt;BR /&gt; &lt;BR /&gt;Thanks.</description>
    <pubDate>Thu, 03 May 2001 00:18:25 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-05-03T00:18:25Z</dc:date>
    <item>
      <title>Building DLLs from the command line</title>
      <link>https://community.intel.com/t5/Software-Archive/Building-DLLs-from-the-command-line/m-p/949844#M19221</link>
      <description>Hi, &lt;BR /&gt; &lt;BR /&gt;I am trying to use the command line functionality of Fortran to build DLL's.  &lt;BR /&gt; &lt;BR /&gt;Using a VB front end the user selects the files they want to include in the DLL and the app creates a one line DF command through which the compiling and linking of the modules is executed. &lt;BR /&gt; &lt;BR /&gt;I can get the whole process to work for upto 150 modules but, some of these DLLs need to include over 500 different files !!!! &lt;BR /&gt; &lt;BR /&gt;I'm pretty sure that the line length is limited to a magic number as each one of the modules requires the full path but there is nothing in the help files to say what it is ... &lt;BR /&gt; &lt;BR /&gt;alternatively if somebody could suggest a way that would work for 500+ modules that would be great .... ie should I be compiling all the modules and then linking the in stages to the DLL !?!?!? &lt;BR /&gt; &lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 03 May 2001 00:18:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Building-DLLs-from-the-command-line/m-p/949844#M19221</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-05-03T00:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Building DLLs from the command line</title>
      <link>https://community.intel.com/t5/Software-Archive/Building-DLLs-from-the-command-line/m-p/949845#M19222</link>
      <description>From your VB front-end, write out a makefile and invoke nmake to build the DLL.  Using nmake, you can also compile only the source files changed from last built. &lt;BR /&gt; &lt;BR /&gt;Just a thought. &lt;BR /&gt;Greg Chien &lt;BR /&gt;&lt;A href="http://protodesign-inc.com" target="_blank"&gt;http://protodesign-inc.com&lt;/A&gt;</description>
      <pubDate>Fri, 04 May 2001 00:20:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Building-DLLs-from-the-command-line/m-p/949845#M19222</guid>
      <dc:creator>gchien</dc:creator>
      <dc:date>2001-05-04T00:20:16Z</dc:date>
    </item>
  </channel>
</rss>

