<?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 while running decforms image in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608768#M39692</link>
    <description>&amp;gt;&amp;gt; I am not getting which transfer address it needs. &lt;BR /&gt;&lt;BR /&gt;Apparently you are still not including a 'MAIN' program in the link command...&lt;BR /&gt;&lt;BR /&gt;Using the FORMS EXAMPLE that would be a &lt;BR /&gt;FORMS$_CHECKING_xxx module where xxx  is 1 from the list "ADA,BASIC,C,COBOL,FORTRAN,PASCAL,PLI"&lt;BR /&gt;&lt;BR /&gt;What is the full link command now?&lt;BR /&gt;You dropped the /SHARE right&lt;BR /&gt;Why was the /SHARE introduced?&lt;BR /&gt;&lt;BR /&gt;FORMS works just fine on the Itanium, except for a bunch of alignment faults with the original distribution. You do want to get the update for FORMS$MANAGER.EXE which was made available late 2009.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Mar 2010 11:59:27 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2010-03-30T11:59:27Z</dc:date>
    <item>
      <title>Error while running decforms image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608763#M39687</link>
      <description>&lt;!--!*#--&gt;The three following commands (that use the DECforms example in SYS$EXEAMPLES:) do not work the same way on Alpha and I64. On I64, no image is produced.&lt;BR /&gt;&lt;BR /&gt;$ FORMS TRANSLATE FORMS$CHECKING_FORM.IFDL &lt;BR /&gt;$ FORMS EXTRACT OBJECT/FORMLOAD/REFERENCE=WEAK FORMS$CHECKING_FORM.FORM &lt;BR /&gt;$LINK/SHARE/MAP/FULL/CROSS FORMS$CHECKING_FORM.OBJ, FORMS$CHECKING_FORM.OPT/OPTION&lt;BR /&gt;&lt;BR /&gt;After this command I got the error message as:&lt;BR /&gt;%ILINK-W-NUDFSYMS, 1 undefined symbol:&lt;BR /&gt;%ILINK-I-UDFSYM,        FORMS_CHECKING_GETSYSINFO_&lt;BR /&gt;%ILINK-W-USEUNDEF, undefined symbol FORMS_CHECKING_GETSYSINFO_ referenced&lt;BR /&gt;        section: $DATA&lt;BR /&gt;&lt;BR /&gt;The image is created with warning message. But when I run the FORMS$CHECKING_FORM.EXE I got the error message as "%DCL-E-NOTFR, no transfer address"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sheetal&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Mar 2010 11:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608763#M39687</guid>
      <dc:creator>Sheetal Shirke</dc:creator>
      <dc:date>2010-03-29T11:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running decforms image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608764#M39688</link>
      <description>Sheetal,&lt;BR /&gt;&lt;BR /&gt;you're creating a shareable image with your LINK/SHARE command. It does not have a transfer address, so you can't run this image. If you would be using the same commands on OpenVMS Alpha, the results should be the same.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 29 Mar 2010 11:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608764#M39688</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-03-29T11:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running decforms image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608765#M39689</link>
      <description>A shareable image can have a transfer vector, but it does not require to have one. Therefore link/share does not inform you about a "missing" transfer vector. &lt;BR /&gt;&lt;BR /&gt;That said, if you can run a shareable image on Alpha and you generate a shareable image for I64 in a similar way, that can be run as well.&lt;BR /&gt;&lt;BR /&gt;The warning you see may point to a missing module, which also provides a transfer vector. Otherwise such a warning has nothing to do with activating an image or not. If it works as expected is a different thing.</description>
      <pubDate>Mon, 29 Mar 2010 12:09:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608765#M39689</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2010-03-29T12:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running decforms image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608766#M39690</link>
      <description>Sheetal,&lt;BR /&gt;&lt;BR /&gt;You are working with non-standard commands for the DECforms example.&lt;BR /&gt;I suspect you are mixing up some experiments .&lt;BR /&gt;Looks like you are tying to put the forms themselves in a shared executable and for the purpose of linking an runnable executable against those. In that case you should NOT try to run the result of the link /share.&lt;BR /&gt;&lt;BR /&gt;Please first go back to the basics. Just build the example as instructed. Then tweak as need be.&lt;BR /&gt;&lt;BR /&gt;Check out FORMS$DEMO_GUIDE.TXT and for example FORMS$CHECKING_FORTRAN.FOR&lt;BR /&gt;in &lt;BR /&gt;SYS$COMMON:[SYSHLP.EXAMPLES.FORMS]&lt;BR /&gt;&lt;BR /&gt;The latter reads...&lt;BR /&gt;&lt;BR /&gt;C   $! Link the FORTRAN object, the forms vector and the shareable image&lt;BR /&gt;C   $! containing FORTRAN Binding entry points:&lt;BR /&gt;C   $   LINK FORMS$CHECKING_FORTRAN.OBJ,&lt;BR /&gt;C               FORMS$CHECKING_FORM.OBJ, -&lt;BR /&gt;C               SYS$INPUT/OPTIONS           &lt;BR /&gt;C              SYS$LIBRARY:FORMS$PORTABLE_API.EXE/SHARE  &lt;BR /&gt;&lt;BR /&gt;    &lt;BR /&gt;Good luck!&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Mar 2010 13:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608766#M39690</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-03-29T13:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running decforms image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608767#M39691</link>
      <description>Thanks for the quick reply. Now the image is created with the warning message. But while I run the image I am getting the error as "no transfer address". I am not getting which transfer address it needs. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sheetal</description>
      <pubDate>Tue, 30 Mar 2010 05:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608767#M39691</guid>
      <dc:creator>Sheetal Shirke</dc:creator>
      <dc:date>2010-03-30T05:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running decforms image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608768#M39692</link>
      <description>&amp;gt;&amp;gt; I am not getting which transfer address it needs. &lt;BR /&gt;&lt;BR /&gt;Apparently you are still not including a 'MAIN' program in the link command...&lt;BR /&gt;&lt;BR /&gt;Using the FORMS EXAMPLE that would be a &lt;BR /&gt;FORMS$_CHECKING_xxx module where xxx  is 1 from the list "ADA,BASIC,C,COBOL,FORTRAN,PASCAL,PLI"&lt;BR /&gt;&lt;BR /&gt;What is the full link command now?&lt;BR /&gt;You dropped the /SHARE right&lt;BR /&gt;Why was the /SHARE introduced?&lt;BR /&gt;&lt;BR /&gt;FORMS works just fine on the Itanium, except for a bunch of alignment faults with the original distribution. You do want to get the update for FORMS$MANAGER.EXE which was made available late 2009.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2010 11:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-running-decforms-image/m-p/4608768#M39692</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-03-30T11:59:27Z</dc:date>
    </item>
  </channel>
</rss>

