<?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: Internal read in DLL in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846376#M64345</link>
    <description>&lt;DIV&gt;Does it still crash if you add IOSTAT=iErr argument into READ statement? If not, what's the value of iErr?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jugoslav&lt;/DIV&gt;</description>
    <pubDate>Tue, 27 Jan 2004 17:02:54 GMT</pubDate>
    <dc:creator>Jugoslav_Dujic</dc:creator>
    <dc:date>2004-01-27T17:02:54Z</dc:date>
    <item>
      <title>Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846362#M64331</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I am creating a Fortran DLL to be used by Access. I have gotten the dll to work with access without a problem. Now, I am trying to read from a string inside the dll and the program causes access to shut down. Here is the code for a test subroutine that i have been working with.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;SUBROUTINE&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; TESTDATA ()&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#008000" size="2"&gt;!dec$ attributes alias : "TESTDATA" :: TESTDATA&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#008000" size="2"&gt;!dec$ attributes dllexport :: TESTDATA&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#008000" size="2"&gt;!dec$ attributes stdcall :: TESTDATA&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;CHARACTER&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; TESTSTRING*2000&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;CHARACTER&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; TESTRWYKEY*15,TESTICAO*4,TESTIATA*3&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;TESTSTRING = "KPIT10R KPITPIT"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;READ&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(UNIT=TESTSTRING,FMT=4000)TESTRWYKEY,TESTICAO,TESTIATA&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" size="2"&gt;4000&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;FORMAT&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(A15,A4,A3)&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;END SUBROUTINE&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; TESTDATA&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;When I use this same code in an executable, it works without a problem. Also, if i write the data to a file, and then read the file, there is not a problem. Has anyone encountered this before?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jan 2004 02:36:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846362#M64331</guid>
      <dc:creator>Robert_S_6</dc:creator>
      <dc:date>2004-01-24T02:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846363#M64332</link>
      <description>&lt;DIV&gt;What Fortran compiler and version of same are you using?&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Jan 2004 03:24:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846363#M64332</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-01-24T03:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846364#M64333</link>
      <description>&lt;DIV&gt;IVF 8.0&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Jan 2004 03:36:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846364#M64333</guid>
      <dc:creator>Robert_S_6</dc:creator>
      <dc:date>2004-01-24T03:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846365#M64334</link>
      <description>&lt;DIV&gt;I can't think of a reason why this should be. Is the routine you posted exactly the one you're using? I ask because it has no outputs, so it seems unlikely that you'd call it from Access.&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Jan 2004 04:12:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846365#M64334</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-01-24T04:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846366#M64335</link>
      <description>&lt;DIV&gt;The code that I posted is just test code, i started with passing string arrays back and forth from access, but then when my problem started, i tried to isolate the problem. that's when i created the sample dll that i posted. i have been using write statements to write to a text file and the text file is blank when the program finishes. I also use statements such as "program is here" when writing to the text file to further isolate the problem.&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Jan 2004 04:24:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846366#M64335</guid>
      <dc:creator>Robert_S_6</dc:creator>
      <dc:date>2004-01-24T04:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846367#M64336</link>
      <description>&lt;DIV&gt;Are you sure that the access violation happens in the routine, or is it perhaps after it returns to Access? You can debug a DLL - see &lt;A href="http://h18009.www1.hp.com/fortran/kb/q1035.html" target="_blank"&gt;here &lt;/A&gt;for instructions.&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Jan 2004 04:44:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846367#M64336</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-01-24T04:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846368#M64337</link>
      <description>I am sure that it is in the dll. When I remove the read statement, or read from a text file, the dll works fine. The program is compiled in Visual Studio.net. I don't know if that makes a difference or not. I have tried to use the debugger, but when i use msaccess.exe, i get a message that says, msaccess.exe does not contain debugging information (no symbols loaded).</description>
      <pubDate>Sat, 24 Jan 2004 05:00:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846368#M64337</guid>
      <dc:creator>Robert_S_6</dc:creator>
      <dc:date>2004-01-24T05:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846369#M64338</link>
      <description>&lt;DIV&gt;i found that the debugging issue is a confirmed bug in vs.net from the microsfot kb&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Jan 2004 09:42:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846369#M64338</guid>
      <dc:creator>Robert_S_6</dc:creator>
      <dc:date>2004-01-24T09:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846370#M64339</link>
      <description>&lt;DIV&gt;Hmmm... as I understand it, "xxx.exe does not contain debugging information" message is not a limiting factor -- anyway, you don't want to debug msaccess.exe but your dll, which you &lt;STRONG&gt;should &lt;/STRONG&gt;be able to debug. So, you can ignore the message, place a breakpoint into your code, and perform actions in Access to trigger your routine -- the debugger will stop at the breakpoint.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jugoslav&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Jan 2004 18:04:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846370#M64339</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2004-01-24T18:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846371#M64340</link>
      <description>&lt;DIV&gt;I agree with Jugoslav. After setting the executable file name to that of Access, just set a breakpoint in your DLL routine and click GO. Access will start, and the debugger will gain control when your routine is called.&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Jan 2004 23:11:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846371#M64340</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-01-24T23:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846372#M64341</link>
      <description>&lt;DIV&gt;Thanks for the help so far. I have the debugger working and this is what happened.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Unhandled exception at 0x098ab8b5 in MSACCESS.EXE: 0xC0000005: Access violation reading location 0x00000000.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Any clues? &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Bob&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Jan 2004 21:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846372#M64341</guid>
      <dc:creator>Robert_S_6</dc:creator>
      <dc:date>2004-01-26T21:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846373#M64342</link>
      <description>&lt;DIV&gt;Well... not really. When does the AV occur? Before, during,or after your breakpoint is hit? How does the calling code in MSAccess look?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jugoslav&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Jan 2004 22:05:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846373#M64342</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2004-01-26T22:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846374#M64343</link>
      <description>&lt;P&gt;I use a simple form and button to call the dll&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Private Declare Sub TESTDATA Lib "C:TEMPDll1.DLL" ()&lt;/P&gt;
&lt;P&gt;Private Sub Command0_Click()&lt;BR /&gt;On Error GoTo Err_Command0_Click&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Call TESTDATA&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;MsgBox "PROGRAM DONE"&lt;/P&gt;
&lt;P&gt;Exit_Command0_Click:&lt;BR /&gt; Exit Sub&lt;/P&gt;
&lt;P&gt;Err_Command0_Click:&lt;BR /&gt; MsgBox Err.Description&lt;BR /&gt; Resume Exit_Command0_Click&lt;BR /&gt; &lt;BR /&gt;End Sub&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;The error seems to occur when the breakpoint is hit.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Bob&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2004 22:13:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846374#M64343</guid>
      <dc:creator>Robert_S_6</dc:creator>
      <dc:date>2004-01-26T22:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846375#M64344</link>
      <description>&lt;P&gt;I set my breakpoint on the following line&lt;/P&gt;
&lt;P&gt;TESTSTRING = "KPIT10R KPITPIT"&lt;/P&gt;
&lt;P&gt;and the when i continue to the next line is where the error occurs.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Jan 2004 01:46:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846375#M64344</guid>
      <dc:creator>Robert_S_6</dc:creator>
      <dc:date>2004-01-27T01:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846376#M64345</link>
      <description>&lt;DIV&gt;Does it still crash if you add IOSTAT=iErr argument into READ statement? If not, what's the value of iErr?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jugoslav&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Jan 2004 17:02:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846376#M64345</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2004-01-27T17:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846377#M64346</link>
      <description>&lt;P&gt;I placed the IOSTAT line in my code, and the program still crashed at the read statement.&lt;/P&gt;
&lt;P&gt;Bob&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Jan 2004 00:06:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846377#M64346</guid>
      <dc:creator>Robert_S_6</dc:creator>
      <dc:date>2004-01-28T00:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846378#M64347</link>
      <description>&lt;DIV&gt;At this point I suggest you submit the problem to Intel Premier Support - be sure to attach the necessary sources (including Access form and instructions for using) to reproduce the problem.&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Jan 2004 01:56:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846378#M64347</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-01-28T01:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846379#M64348</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Pardon the interjection but in the posted Fortran&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;CHARACTER&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; TESTSTRING*2000&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;CHARACTER&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; TESTRWYKEY*15,TESTICAO*4,TESTIATA*3&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size="2"&gt;
&lt;P&gt;TESTSTRING = "KPIT10R KPITPIT"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;READ&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(UNIT=TESTSTRING,FMT=4000)TESTRWYKEY,TESTICAO,TESTIATA&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" size="2"&gt;4000&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;FORMAT&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(A15,A4,A3)&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;can UNIT in a READ be a character string? I've long believed that it had to be an integer, eg, 5.&lt;/P&gt;
&lt;P&gt;Maybe the storm has gottento me, :-).&lt;/P&gt;
&lt;P&gt;Ciao&lt;/P&gt;
&lt;P&gt;Gerry T.&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Jan 2004 07:51:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846379#M64348</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2004-01-28T07:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Internal read in DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846380#M64349</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Duh, too much snow on the brain!&lt;/DIV&gt;
&lt;DIV&gt;Missed the operative 'internal' read part. So the sole record of the file is of length 2000 or is it?.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Ciao,&lt;/DIV&gt;
&lt;DIV&gt;Gerry T.&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Jan 2004 11:31:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-read-in-DLL/m-p/846380#M64349</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2004-01-28T11:31:10Z</dc:date>
    </item>
  </channel>
</rss>

