<?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: [value] attribute from powerstation 1 problem in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/value-attribute-from-powerstation-1-problem/m-p/951270#M19632</link>
    <description>I'd have to see a small but complete example.  Please send it to vf-support@compaq.com&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Wed, 16 May 2001 23:51:39 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2001-05-16T23:51:39Z</dc:date>
    <item>
      <title>[value] attribute from powerstation 1 problem</title>
      <link>https://community.intel.com/t5/Software-Archive/value-attribute-from-powerstation-1-problem/m-p/951267#M19629</link>
      <description>I am porting thousands lines of Fortran Powerstation 1 source code to Visual Fortran 6.5.  &lt;BR /&gt;I am having problems with proc/func interface declaration : In the following code :  &lt;BR /&gt;       &lt;BR /&gt;      interface to integer function pal_def(i[value])  &lt;BR /&gt;      integer i  &lt;BR /&gt;      end       &lt;BR /&gt; &lt;BR /&gt;The [value] attribute doesn't go with VF 6.5 complier.  &lt;BR /&gt;One solution would be to change it to :  &lt;BR /&gt;       &lt;BR /&gt;      interface to integer function pal_def(i)  &lt;BR /&gt;      !DEC$ ATTRIBUTES VALUE :: i  &lt;BR /&gt;      integer i  &lt;BR /&gt;      end       &lt;BR /&gt; &lt;BR /&gt;Too long. I have thousand of line to change !  &lt;BR /&gt;  &lt;BR /&gt;Is there a simple solution ? (compiler option, utility...)  &lt;BR /&gt;Is there some other powerstation-specific problem I should pay attention to ?</description>
      <pubDate>Tue, 15 May 2001 23:04:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/value-attribute-from-powerstation-1-problem/m-p/951267#M19629</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-05-15T23:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: [value] attribute from powerstation 1 problem</title>
      <link>https://community.intel.com/t5/Software-Archive/value-attribute-from-powerstation-1-problem/m-p/951268#M19630</link>
      <description>Yes, Visual Fortran does support [VALUE].  However, it does not support "file scope" placement of INTERFACE TO blocks at the beginning of the source file.  You would have to move the INTERFACE TO blocks inside the routines that use the interfaces, or put them in a MODULE which you then USE in the routines.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 15 May 2001 23:09:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/value-attribute-from-powerstation-1-problem/m-p/951268#M19630</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-05-15T23:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: [value] attribute from powerstation 1 problem</title>
      <link>https://community.intel.com/t5/Software-Archive/value-attribute-from-powerstation-1-problem/m-p/951269#M19631</link>
      <description>reply to Steve L. Thank you for your answer... but : &lt;BR /&gt;Moving the INTERFACE TO blocks inside the routines and putting the blocks in a MODULE don't help. &lt;BR /&gt;It seems that VF6.5 doesn't accept [VALUE] statement in the function/procedure head line. &lt;BR /&gt;For example : &lt;BR /&gt;   integer function FSUB (I[VALUE],J[VALUE]) &lt;BR /&gt;   FSUB = I * J &lt;BR /&gt;   return &lt;BR /&gt;   end   &lt;BR /&gt; &lt;BR /&gt;doesn't work. Compiler says : &lt;BR /&gt;Error: Syntax error, found '[' when expecting one of: , : )</description>
      <pubDate>Wed, 16 May 2001 17:58:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/value-attribute-from-powerstation-1-problem/m-p/951269#M19631</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-05-16T17:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: [value] attribute from powerstation 1 problem</title>
      <link>https://community.intel.com/t5/Software-Archive/value-attribute-from-powerstation-1-problem/m-p/951270#M19632</link>
      <description>I'd have to see a small but complete example.  Please send it to vf-support@compaq.com&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 16 May 2001 23:51:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/value-attribute-from-powerstation-1-problem/m-p/951270#M19632</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-05-16T23:51:39Z</dc:date>
    </item>
  </channel>
</rss>

