<?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: Visual Fortran DLL for Visual Basic in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Fortran-DLL-for-Visual-Basic/m-p/840750#M58719</link>
    <description>i read that the Complex data type can be handled in C with a user-defined data type. can one do the same in VB? in the mixed programming language guide it didn't have that entry for VB, however, there is user-defined data type as well in VB, no? would it also work if one is to define like in C?</description>
    <pubDate>Mon, 09 Sep 2002 10:37:11 GMT</pubDate>
    <dc:creator>deeptii</dc:creator>
    <dc:date>2002-09-09T10:37:11Z</dc:date>
    <item>
      <title>Visual Fortran DLL for Visual Basic</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Fortran-DLL-for-Visual-Basic/m-p/840749#M58718</link>
      <description>hi! i am converting some math fortran codes into dlls so i can use them in VB and Excel. however, i don't know what data type to use in VB to match VF's "Complex" datatype. also, i don't know what to put for declaration like "double precision dx(*)" into data type in VB. can someone please give me some light here~&lt;BR /&gt;&lt;BR /&gt;thanks!</description>
      <pubDate>Mon, 09 Sep 2002 10:15:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Fortran-DLL-for-Visual-Basic/m-p/840749#M58718</guid>
      <dc:creator>deeptii</dc:creator>
      <dc:date>2002-09-09T10:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Fortran DLL for Visual Basic</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Fortran-DLL-for-Visual-Basic/m-p/840750#M58719</link>
      <description>i read that the Complex data type can be handled in C with a user-defined data type. can one do the same in VB? in the mixed programming language guide it didn't have that entry for VB, however, there is user-defined data type as well in VB, no? would it also work if one is to define like in C?</description>
      <pubDate>Mon, 09 Sep 2002 10:37:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Fortran-DLL-for-Visual-Basic/m-p/840750#M58719</guid>
      <dc:creator>deeptii</dc:creator>
      <dc:date>2002-09-09T10:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Fortran DLL for Visual Basic</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Fortran-DLL-for-Visual-Basic/m-p/840751#M58720</link>
      <description>The equivalent of Fortran's DOUBLE PRECISION data type in Excel VBA is Double, but I can't recall seeing a declaration of DOUBLE PRECISION var_name(*) in Fortran as you mention below. Pass VBA_dble_var(1) from VBA to Fortran. VBA's default passing mechanism is by reference, so it matches up with Fortran's.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Mon, 09 Sep 2002 19:03:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Fortran-DLL-for-Visual-Basic/m-p/840751#M58720</guid>
      <dc:creator>durisinm</dc:creator>
      <dc:date>2002-09-09T19:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Fortran DLL for Visual Basic</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Fortran-DLL-for-Visual-Basic/m-p/840752#M58721</link>
      <description>It's not as easy as it first looks to implement complex in VB via a UDT. You could try, at some price, VBMatrix libtary from Matlab.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Gerry T.</description>
      <pubDate>Mon, 09 Sep 2002 21:25:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Fortran-DLL-for-Visual-Basic/m-p/840752#M58721</guid>
      <dc:creator>gfthomas8</dc:creator>
      <dc:date>2002-09-09T21:25:39Z</dc:date>
    </item>
  </channel>
</rss>

