<?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: DLL Building; Mixed Language Programming in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839535#M57504</link>
    <description>In the "project settings" -&amp;gt; "Links" -&amp;gt; Category "General", is the "Doesn't produce LIB" checkbox marked?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hovi&lt;BR /&gt;</description>
    <pubDate>Sat, 05 Oct 2002 17:01:37 GMT</pubDate>
    <dc:creator>hovi</dc:creator>
    <dc:date>2002-10-05T17:01:37Z</dc:date>
    <item>
      <title>DLL Building; Mixed Language Programming</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839533#M57502</link>
      <description>I am building a FORTRAN ".DLL" file in the Development Studio Environment (for the first time).  The menu item "Build ...dll" builds the ".dll" file all right, but the corresponding librrary file ".lib" is not produced.  The documentation says that for a mixed language programming, (my intent is to call this ".DLL" file from a Visual Basic Program, the corrsponding ".lib" file is required.&lt;BR /&gt;&lt;BR /&gt;Can any one help me in this respect - I must be missing something.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Krishna Sinha</description>
      <pubDate>Fri, 04 Oct 2002 22:55:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839533#M57502</guid>
      <dc:creator>kps</dc:creator>
      <dc:date>2002-10-04T22:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: DLL Building; Mixed Language Programming</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839534#M57503</link>
      <description>Lib is required (but not mandatory even there) only for binding with .exe projects written in VC++ and Visual Fortran. VB and Delphi use a different mechanism beyond the scenes (dynamic binding).&lt;BR /&gt;&lt;BR /&gt;I don't know why you don't get the lib -- try recreating the workspace from scratch, maybe some linker option got screwed.&lt;BR /&gt;&lt;BR /&gt;Jugoslav</description>
      <pubDate>Sat, 05 Oct 2002 16:56:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839534#M57503</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2002-10-05T16:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: DLL Building; Mixed Language Programming</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839535#M57504</link>
      <description>In the "project settings" -&amp;gt; "Links" -&amp;gt; Category "General", is the "Doesn't produce LIB" checkbox marked?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hovi&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Oct 2002 17:01:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839535#M57504</guid>
      <dc:creator>hovi</dc:creator>
      <dc:date>2002-10-05T17:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: DLL Building; Mixed Language Programming</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839536#M57505</link>
      <description>The usual reason for not getting a LIB is failure to name the routines in an ATTRIBUTES DLLEXPORT directive.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sun, 06 Oct 2002 18:48:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839536#M57505</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-10-06T18:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: DLL Building; Mixed Language Programming</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839537#M57506</link>
      <description>Thank You all for your help.  Steve's hunch was right - The .LIB file was not built because I had not used the "ATRIBUTES DLLEXPORT..." Directive.  It saved me a lot of frustrating hours. &lt;BR /&gt;Thanks to all of you again.&lt;BR /&gt;&lt;BR /&gt;Krishna Sinha</description>
      <pubDate>Mon, 07 Oct 2002 23:16:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839537#M57506</guid>
      <dc:creator>kps</dc:creator>
      <dc:date>2002-10-07T23:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: DLL Building; Mixed Language Programming</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839538#M57507</link>
      <description>&lt;P&gt;Hi, I've got two projects, one is building a .lib-file, the other does not. Both projects use the "!DEC$ Attributes DLLEXPORT::..."&lt;/P&gt;
&lt;P&gt;According to the output file, everything should be ok (building succeeds), but no .lib-file is created:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;------ Build started: Project: FHydrateDLL, Configuration: Debug|Win32 ------&lt;BR /&gt;&lt;BR /&gt;Deleting intermediate files and output files for project 'FHydrateDLL', configuration 'Debug|Win32'.&lt;BR /&gt;&lt;BR /&gt;FHydrateDLL build succeeded.&lt;BR /&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt;Any ideas what it may be?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2007 10:50:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839538#M57507</guid>
      <dc:creator>tawol</dc:creator>
      <dc:date>2007-08-07T10:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: DLL Building; Mixed Language Programming</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839539#M57508</link>
      <description>Perhaps the DLLEXPORT directives are incorrect. Usually the problem I see is with fixed-form source files where the name of the routine goes past column 72. But in the build output you posted, I don't see any sources compiled.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2007 13:55:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DLL-Building-Mixed-Language-Programming/m-p/839539#M57508</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-08-07T13:55:34Z</dc:date>
    </item>
  </channel>
</rss>

