<?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: Intel Fortran Dll not running  on another computer in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824336#M49345</link>
    <description>Thank you very much...&lt;BR /&gt;&lt;BR /&gt;I think that it was a much more difficult problem...&lt;BR /&gt;&lt;BR /&gt;Rudini</description>
    <pubDate>Fri, 14 Feb 2003 02:26:44 GMT</pubDate>
    <dc:creator>rudini</dc:creator>
    <dc:date>2003-02-14T02:26:44Z</dc:date>
    <item>
      <title>Intel Fortran Dll not running  on another computer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824332#M49341</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Im using the Intel Fortran with Visual C++ 6. I created a DLL project mixing C++ and Fortran, exporting some functions. After several days studying the manuals and frequently questions in this forum, finally the project runs in my machine (computer) where have installed the Intel Fortran (hard work).&lt;BR /&gt;&lt;BR /&gt;I created an VB-Excel example calling the DLL, and works perfectly in my machine.&lt;BR /&gt;&lt;BR /&gt;BUT, when I copied the files to my laptop that doesnt have Intel Fortran, the VB-Excel Example doesnt work. It doesnt find the DLL. I am sure that DLL path is correct.&lt;BR /&gt;&lt;BR /&gt;Trying to understand this problem, I create in my machine another Visual C++ 6 project, but this time a console application that calls my Intel Fortran DLL (mixed with C). Again, it runs perfectly in my computer, but not in my laptop. This time, it doesnt find the DLL but not my DLL: &lt;LIBIEPCF90MD.DLL&gt; from Intel. I got all dlls (from Intel files in IA32Lib) and put in the directory in my laptop, with VB-Excel example, my Intel Fotran DLL and my console application (that calls my dll). This time, the console application works, but not the Excel. My computer uses Windows XP, and my Laptop uses Windows 2000.&lt;BR /&gt;&lt;BR /&gt;My actual directives is: /O2 /W1 /GB /4I4 /4Na /Ob0 /4L72 /Quppercase /Qpc64 /4Nb /MD /Qdps.&lt;BR /&gt;&lt;BR /&gt;SO, my questions is: &lt;BR /&gt;(1) What Intel DLLs, like &lt;LIBIEPCF90MD.DLL&gt;, I have to copy to another computer?&lt;BR /&gt;(2) IA32 or IA64?&lt;BR /&gt;(3) Can I avoid copy these possible DLLs, putting some directives in my project?&lt;BR /&gt;(4) Or my laptop NEED to install Intel Fortran, too?&lt;BR /&gt;(5) My directives are correct?&lt;BR /&gt;&lt;BR /&gt;I believe these are common questions between developers and programmers.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/LIBIEPCF90MD.DLL&gt;&lt;/LIBIEPCF90MD.DLL&gt;</description>
      <pubDate>Thu, 13 Feb 2003 21:58:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824332#M49341</guid>
      <dc:creator>rudini</dc:creator>
      <dc:date>2003-02-13T21:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Fortran Dll not running  on another computer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824333#M49342</link>
      <description>I guess you need to read this (Q1023 - DLL not found (VB run-time error 48) article.&lt;A href="http://h18009.www1.hp.com/fortran/kb/q1023.html"&gt; Here is link to KB.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A.</description>
      <pubDate>Fri, 14 Feb 2003 00:52:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824333#M49342</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2003-02-14T00:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Fortran Dll not running  on another computer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824334#M49343</link>
      <description>Sorry, I missed you're talking about Intel F.&lt;BR /&gt;A.</description>
      <pubDate>Fri, 14 Feb 2003 01:28:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824334#M49343</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2003-02-14T01:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Fortran Dll not running  on another computer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824335#M49344</link>
      <description>Here's a list of DLLs typically used by Intel Fortran code linked against the DLL libraries:&lt;BR /&gt;&lt;BR /&gt;LIBF90MD&lt;BR /&gt;LIBIEPCF90MD&lt;BR /&gt;LIBINTRINSMD&lt;BR /&gt;LIBMMD&lt;BR /&gt;MSVCRT&lt;BR /&gt;MSVCR70 (if VS.NET installed)&lt;BR /&gt;&lt;BR /&gt;This list is likely to change in Intel Visual Fortran.  Unlike for CVF, there is not currently a "redistributables" kit - creating one is on our list of things to do.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 14 Feb 2003 01:37:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824335#M49344</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2003-02-14T01:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Fortran Dll not running  on another computer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824336#M49345</link>
      <description>Thank you very much...&lt;BR /&gt;&lt;BR /&gt;I think that it was a much more difficult problem...&lt;BR /&gt;&lt;BR /&gt;Rudini</description>
      <pubDate>Fri, 14 Feb 2003 02:26:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-Dll-not-running-on-another-computer/m-p/824336#M49345</guid>
      <dc:creator>rudini</dc:creator>
      <dc:date>2003-02-14T02:26:44Z</dc:date>
    </item>
  </channel>
</rss>

