<?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 Calling Fortran DLL in Win7 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766802#M20525</link>
    <description>I have created a Fortran DLL under VS2008 in WinXp, and i want to call it from VC++ under VS2008 in Win7 .&lt;BR /&gt;&lt;BR /&gt; But there is a problem: This DLL can not be loaded sucessfully in Win7 machine. The loading funcation used in VC is "Loadlibrary". &lt;BR /&gt;&lt;BR /&gt; Can you help me ?&lt;BR /&gt;&lt;BR /&gt; Thank you.&lt;BR /&gt;&lt;BR /&gt; Jiang Cheng</description>
    <pubDate>Fri, 08 Apr 2011 07:58:03 GMT</pubDate>
    <dc:creator>chermeuse</dc:creator>
    <dc:date>2011-04-08T07:58:03Z</dc:date>
    <item>
      <title>Calling Fortran DLL in Win7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766802#M20525</link>
      <description>I have created a Fortran DLL under VS2008 in WinXp, and i want to call it from VC++ under VS2008 in Win7 .&lt;BR /&gt;&lt;BR /&gt; But there is a problem: This DLL can not be loaded sucessfully in Win7 machine. The loading funcation used in VC is "Loadlibrary". &lt;BR /&gt;&lt;BR /&gt; Can you help me ?&lt;BR /&gt;&lt;BR /&gt; Thank you.&lt;BR /&gt;&lt;BR /&gt; Jiang Cheng</description>
      <pubDate>Fri, 08 Apr 2011 07:58:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766802#M20525</guid>
      <dc:creator>chermeuse</dc:creator>
      <dc:date>2011-04-08T07:58:03Z</dc:date>
    </item>
    <item>
      <title>Calling Fortran DLL in Win7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766803#M20526</link>
      <description>Please report the versions of the OS and compilers in full detail, and state whether the DLL in question is 32-bit or 64 bit, and whether the program that fails to load the DLL on Win7 is 32-bit or 64-bit.</description>
      <pubDate>Fri, 08 Apr 2011 11:22:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766803#M20526</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-04-08T11:22:59Z</dc:date>
    </item>
    <item>
      <title>Calling Fortran DLL in Win7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766804#M20527</link>
      <description>If you want to use a Fortran DLL on a system where the same version of Visual Studio and Visual Fortran is not installed, you need to install "redistributables" on the target system. You can get the Fortran redistributable from &lt;A href="http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-visual-fortran-composer-xe-for-windows/"&gt;here &lt;/A&gt;- you want the .msi ("package"). Install this on the target system and see if that helps.</description>
      <pubDate>Fri, 08 Apr 2011 18:12:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766804#M20527</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-04-08T18:12:16Z</dc:date>
    </item>
    <item>
      <title>Calling Fortran DLL in Win7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766805#M20528</link>
      <description>OS is Win7 64bit and the DLL was created in XP 32bit. The program that fails to load the dll is on Win7 64bit</description>
      <pubDate>Sat, 09 Apr 2011 01:15:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766805#M20528</guid>
      <dc:creator>chermeuse</dc:creator>
      <dc:date>2011-04-09T01:15:50Z</dc:date>
    </item>
    <item>
      <title>Calling Fortran DLL in Win7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766806#M20529</link>
      <description>Doesn't matter. By default, your Fortran DLL is built against DLL libraries so it has DLL dependencies. You can also try changing the "Use run-time library" setting to "Multithreaded" instead of "Multithreaded DLL", but if you're calling from C/C++ I generally recommend against that.</description>
      <pubDate>Sat, 09 Apr 2011 01:21:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766806#M20529</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-04-09T01:21:03Z</dc:date>
    </item>
    <item>
      <title>Calling Fortran DLL in Win7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766807#M20530</link>
      <description>when you say 'fails to load' what error message do you get?&lt;BR /&gt;I have not encountered any issues with linking C++ programs with Fortran DLL's from update 3.&lt;BR /&gt;can it not find the DLL? (which would be a directory issue)&lt;BR /&gt;or does a specific error occur?&lt;BR /&gt;be sure to copy the files, or specify the same directory for the build targets, or use&lt;BR /&gt;$(SolutionDir)$(ConfigurationName)&lt;BR /&gt;as target location for C++ and Fortran in the Solution.&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Sat, 09 Apr 2011 16:57:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766807#M20530</guid>
      <dc:creator>bmchenry</dc:creator>
      <dc:date>2011-04-09T16:57:28Z</dc:date>
    </item>
    <item>
      <title>Calling Fortran DLL in Win7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766808#M20531</link>
      <description>I used "Loadlibrary" to load the DLL and the returned Hinstance is emety when it fails to load.&lt;BR /&gt;&lt;BR /&gt;I am sure that the directory is right.&lt;BR /&gt;&lt;BR /&gt;Is there any possibility of the uncompatible between the 64bit and the 32bit? Because the DLL was created on &lt;BR /&gt;&lt;BR /&gt;32bit platform and loading DLL was occurred on 64bit platform.&lt;BR /&gt;&lt;BR /&gt;thanks a lot</description>
      <pubDate>Fri, 15 Apr 2011 07:30:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766808#M20531</guid>
      <dc:creator>chermeuse</dc:creator>
      <dc:date>2011-04-15T07:30:20Z</dc:date>
    </item>
    <item>
      <title>Calling Fortran DLL in Win7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766809#M20532</link>
      <description>i have tried but still exists. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Apr 2011 07:37:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766809#M20532</guid>
      <dc:creator>chermeuse</dc:creator>
      <dc:date>2011-04-15T07:37:39Z</dc:date>
    </item>
    <item>
      <title>Calling Fortran DLL in Win7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766810#M20533</link>
      <description>Are you building a 64 or 32 bit application ?&lt;BR /&gt;You cannot mix 32 and 64 bit - as far as I know&lt;BR /&gt;So if your application is 64 bit, then you cannot load a 32 bit dll</description>
      <pubDate>Fri, 15 Apr 2011 09:06:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-Fortran-DLL-in-Win7/m-p/766810#M20533</guid>
      <dc:creator>aagaard</dc:creator>
      <dc:date>2011-04-15T09:06:20Z</dc:date>
    </item>
  </channel>
</rss>

