<?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 VisBasic call to Fortran DLL in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954465#M20409</link>
    <description>I used the VisualBAsic-Visual Fortran DLL sample code (Compaq vb-example FCALL.F90) to check calling a DLL from VisBasic. Works fine on my computer but when trying to run on some other computers, I get the message: "Run time error '7'. File not found fcall.dll"  &lt;BR /&gt;I used DEPENDS.EXE and verified the dependent dlls were in windowssystem directory.   &lt;BR /&gt;I moved the fcall.dll and the vb executable to floppy. Runs fine on my computer. Move floppy to my lap top - get the error message. I copied DFORRT.DLL to the floppy - still get error message.  &lt;BR /&gt;Any trouble shooting suggestions would be much appreciated.  &lt;BR /&gt;Roger</description>
    <pubDate>Fri, 15 Jun 2001 00:19:29 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-06-15T00:19:29Z</dc:date>
    <item>
      <title>VisBasic call to Fortran DLL</title>
      <link>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954465#M20409</link>
      <description>I used the VisualBAsic-Visual Fortran DLL sample code (Compaq vb-example FCALL.F90) to check calling a DLL from VisBasic. Works fine on my computer but when trying to run on some other computers, I get the message: "Run time error '7'. File not found fcall.dll"  &lt;BR /&gt;I used DEPENDS.EXE and verified the dependent dlls were in windowssystem directory.   &lt;BR /&gt;I moved the fcall.dll and the vb executable to floppy. Runs fine on my computer. Move floppy to my lap top - get the error message. I copied DFORRT.DLL to the floppy - still get error message.  &lt;BR /&gt;Any trouble shooting suggestions would be much appreciated.  &lt;BR /&gt;Roger</description>
      <pubDate>Fri, 15 Jun 2001 00:19:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954465#M20409</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-15T00:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: VisBasic call to Fortran DLL</title>
      <link>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954466#M20410</link>
      <description>Is DFORRT.DLL in the Windows System folder of your laptop?  It could also be in the PATH or in the directory where the VB executable is (if it's a .EXE).&lt;BR /&gt;&lt;BR /&gt;On your CVF 6.5 CD in folder X86USUPPORTMISC is a program called LOADTEST.EXE.  Copy this to your laptop, start a command prompt, and type: LOADTEST your-EXE  It will report any problems found.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 15 Jun 2001 02:12:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954466#M20410</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-06-15T02:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: VisBasic call to Fortran DLL</title>
      <link>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954467#M20411</link>
      <description>Steve, &lt;BR /&gt;Confiming that DFORRT.DLL is in the windows system folder. I just copied it there - does it need to be registerred?? &lt;BR /&gt; &lt;BR /&gt;Based on other forum messages, compiled dll using static libs istead of dll libs - ran ok. &lt;BR /&gt; &lt;BR /&gt;I don't have LOADTEST.EXE on my cd (version upgrade 6.x to 6.5). Is it available to download?? &lt;BR /&gt; &lt;BR /&gt;Thanks for help. &lt;BR /&gt;Roger</description>
      <pubDate>Fri, 15 Jun 2001 23:19:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954467#M20411</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-15T23:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: VisBasic call to Fortran DLL</title>
      <link>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954468#M20412</link>
      <description>&lt;A href="ftp://ftp.compaq.com/pub/products/fortran/vf/supp/LOADTEST.EXE"&gt;Here&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 16 Jun 2001 00:35:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954468#M20412</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-06-16T00:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: VisBasic call to Fortran DLL</title>
      <link>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954469#M20413</link>
      <description>Ran loadtest in A: drive of lap top. &lt;BR /&gt;Loadtest FCALL.DLL - "The specified module could not be found" &lt;BR /&gt; &lt;BR /&gt;Loadtest Project.exe - "One of the library files needed to run this application could not be found"</description>
      <pubDate>Sat, 16 Jun 2001 06:50:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954469#M20413</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-16T06:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: VisBasic call to Fortran DLL</title>
      <link>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954470#M20414</link>
      <description>Very strange.  LOADTEST doesn't link against any non-standard DLLs.  Please e-mail your fcall.dll to me at fortran@compaq.com so that I can take a look at it.  What Windows version is your laptop?&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 16 Jun 2001 08:39:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954470#M20414</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-06-16T08:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: VisBasic call to Fortran DLL</title>
      <link>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954471#M20415</link>
      <description>Steve, &lt;BR /&gt; &lt;BR /&gt;Tried moving MSVCRT.DLL to floppy. Still ng. But along the way, I &lt;BR /&gt;believe I found the problem. Using DEPENDENCY WALKER (came up when I &lt;BR /&gt;used explorer and double cliked on the dll), showed DFORRT.DLL "doesn't &lt;BR /&gt;appear to be WIN32 module..." Recopied DFORRT.DLL to floppy and voila, &lt;BR /&gt;runs ok. So I guess DFORRT.DLL got contaminated along the way. &lt;BR /&gt; &lt;BR /&gt;Steve, thank you again for your patient support. VERY MUCH APPRECIATED. &lt;BR /&gt; &lt;BR /&gt;Roger</description>
      <pubDate>Sun, 24 Jun 2001 00:41:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/VisBasic-call-to-Fortran-DLL/m-p/954471#M20415</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-24T00:41:12Z</dc:date>
    </item>
  </channel>
</rss>

