<?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 Mixed Language Programming and Optional Arguments in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Mixed-Language-Programming-and-Optional-Arguments/m-p/972152#M24220</link>
    <description>I have a library of mixed C and FORTRAN routines. Some of the FORTRAN routines have optional arguments. How can I call one of thse routines from a C routine? I have no trouble calling a FORTRAN routine from a C routine when I do not use optional arguments. With optional arguments I get a access violation when I use an optional argument.</description>
    <pubDate>Thu, 01 Nov 2001 05:48:57 GMT</pubDate>
    <dc:creator>multivac</dc:creator>
    <dc:date>2001-11-01T05:48:57Z</dc:date>
    <item>
      <title>Mixed Language Programming and Optional Arguments</title>
      <link>https://community.intel.com/t5/Software-Archive/Mixed-Language-Programming-and-Optional-Arguments/m-p/972152#M24220</link>
      <description>I have a library of mixed C and FORTRAN routines. Some of the FORTRAN routines have optional arguments. How can I call one of thse routines from a C routine? I have no trouble calling a FORTRAN routine from a C routine when I do not use optional arguments. With optional arguments I get a access violation when I use an optional argument.</description>
      <pubDate>Thu, 01 Nov 2001 05:48:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Mixed-Language-Programming-and-Optional-Arguments/m-p/972152#M24220</guid>
      <dc:creator>multivac</dc:creator>
      <dc:date>2001-11-01T05:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Language Programming and Optional Arguments</title>
      <link>https://community.intel.com/t5/Software-Archive/Mixed-Language-Programming-and-Optional-Arguments/m-p/972153#M24221</link>
      <description>You must pass NULL (zero by value) for the omitted arguments.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 01 Nov 2001 09:04:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Mixed-Language-Programming-and-Optional-Arguments/m-p/972153#M24221</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-11-01T09:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Language Programming and Optional Arguments</title>
      <link>https://community.intel.com/t5/Software-Archive/Mixed-Language-Programming-and-Optional-Arguments/m-p/972154#M24222</link>
      <description>That will not work for me. I have a 'C' main program. The FORTRAN routine with the optional arguements is called by the 'C' mail program. Even when the optional argument is included with a real argument or a NULL, I get an access violation. I believe I have a compiler switch/ prototype definition problem. I could send you the program and project file to look at ...</description>
      <pubDate>Fri, 02 Nov 2001 03:40:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Mixed-Language-Programming-and-Optional-Arguments/m-p/972154#M24222</guid>
      <dc:creator>multivac</dc:creator>
      <dc:date>2001-11-02T03:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Language Programming and Optional Arguments</title>
      <link>https://community.intel.com/t5/Software-Archive/Mixed-Language-Programming-and-Optional-Arguments/m-p/972155#M24223</link>
      <description>Do you declare the argument as having the OPTIONAL attribute and do you use PRESENT to test for it?  Passing NULL should work then.  If you need more help, send details to vf-support@compaq.com&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 02 Nov 2001 04:07:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Mixed-Language-Programming-and-Optional-Arguments/m-p/972155#M24223</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-11-02T04:07:57Z</dc:date>
    </item>
  </channel>
</rss>

