<?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: Error No. 566,  may not have this storage class in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373728#M863757</link>
    <description>You upgraded the operating system and how about the applications?  What compiler and version are you using?</description>
    <pubDate>Tue, 07 Sep 2004 12:14:34 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2004-09-07T12:14:34Z</dc:date>
    <item>
      <title>Error No. 566,  may not have this storage class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373727#M863756</link>
      <description>We did a platform upgrade on Unix from HP Ux 11.0 to HP Ux 11i. I have a program which used to compile perfectly on the old platform. However the same program doesnt compile on new platform. Following is the error message am getting.&lt;BR /&gt;&lt;BR /&gt;Error 566: "bfscq600.cpp", line 510 # Static class member "AISEnv AISEnv::envTable[]" may not have this storage class.&lt;BR /&gt;&lt;BR /&gt;Following are some lines in the code:&lt;BR /&gt;&lt;BR /&gt;static AISEnv AISEnv::envTable[] = {&lt;BR /&gt;    { "INPUT_PATH", NULL },&lt;BR /&gt;    { "OUTPUT_PATH", NULL },&lt;BR /&gt;    { NULL, NULL }&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;Can anybody please help me resove this issue. Please.</description>
      <pubDate>Tue, 07 Sep 2004 11:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373727#M863756</guid>
      <dc:creator>Vishnu_10</dc:creator>
      <dc:date>2004-09-07T11:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error No. 566,  may not have this storage class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373728#M863757</link>
      <description>You upgraded the operating system and how about the applications?  What compiler and version are you using?</description>
      <pubDate>Tue, 07 Sep 2004 12:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373728#M863757</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-09-07T12:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error No. 566,  may not have this storage class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373729#M863758</link>
      <description>Am using ANSI C++ compiler. aCC. Am not sure, which version though. Is there anyway for me to find out the version of aCC?</description>
      <pubDate>Tue, 07 Sep 2004 12:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373729#M863758</guid>
      <dc:creator>Vishnu_10</dc:creator>
      <dc:date>2004-09-07T12:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error No. 566,  may not have this storage class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373730#M863759</link>
      <description>To check version:&lt;BR /&gt;# aCC -v&lt;BR /&gt;#swlist -l fileset | grep -i ansi &lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2004 12:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373730#M863759</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-09-07T12:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error No. 566,  may not have this storage class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373731#M863760</link>
      <description>aCC -v on new server gave the following results aCC: HP ANSI C++ B3910B A.03.37 and on old server aCC: HP ANSI C++ B3910B A.03.13.&lt;BR /&gt;&lt;BR /&gt;Looks like new version is A.03.37.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Following are the results for swlist command.&lt;BR /&gt;&lt;BR /&gt;On new server (HP UX 11.11)&lt;BR /&gt;&lt;BR /&gt;C-ANSI-C              B.11.11.06     HP/ANSI C Compiler&lt;BR /&gt;&lt;BR /&gt;On old server (HP UX 11.00)&lt;BR /&gt;&lt;BR /&gt;# C-ANSI-C B.11.01.06  HP C/ANSI C Compiler&lt;BR /&gt;  C-ANSI-C.C B.11.01.06 C Programming Language&lt;BR /&gt;  C-ANSI-C.C-HELP  B.11.01.06    C Online help&lt;BR /&gt;  C-ANSI-C.C-MAN   B.11.01.06    C References Pages&lt;BR /&gt;# PHSS_18300 1.0            ANSI C compiler cumulative patch.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2004 13:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373731#M863760</guid>
      <dc:creator>Vishnu_10</dc:creator>
      <dc:date>2004-09-07T13:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error No. 566,  may not have this storage class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373732#M863761</link>
      <description>Anyone has any suggestions? Please help me in resolving this issue.</description>
      <pubDate>Thu, 09 Sep 2004 08:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-566-may-not-have-this-storage-class/m-p/3373732#M863761</guid>
      <dc:creator>Vishnu_10</dc:creator>
      <dc:date>2004-09-09T08:50:24Z</dc:date>
    </item>
  </channel>
</rss>

