<?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: Pascal and getaddrinfo in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/pascal-and-getaddrinfo/m-p/6895414#M37696</link>
    <description>&lt;P&gt;&amp;gt; Thank you very much Steven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Glad to help.&amp;nbsp; It was educational.&amp;nbsp; Now I know (slightly) more about&lt;BR /&gt;Pascal than I did before (which was approximately only that ":=" was the&lt;BR /&gt;assignment operator).&lt;/P&gt;&lt;P&gt;&amp;gt; For anyone else looking at this post, to get to the source Steven&lt;BR /&gt;&amp;gt; attached you need to download the file and remove the .jpg extension&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://community.hpe.com/t5/x/x/td-p/6878990" target="_blank"&gt;/t5/x/x/td-p/6878990&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Note that I never tried to look beyond the first result returned in&lt;BR /&gt;any of these cross-language programs.&amp;nbsp; I'd like to think that it'd be&lt;BR /&gt;possible to traverse the linked list returned by getaddrinfo(), for&lt;BR /&gt;example, but that's left as an exercise for the reader (the ever-popular&lt;BR /&gt;saying of us lazy folks).&lt;/P&gt;</description>
    <pubDate>Fri, 02 Sep 2016 14:24:23 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2016-09-02T14:24:23Z</dc:date>
    <item>
      <title>Pascal and getaddrinfo</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pascal-and-getaddrinfo/m-p/6873284#M37693</link>
      <description>&lt;P&gt;Hi, I am trying to find documentation / examples on how to get pascal to be able to use getaddrinfo and preferably with ACP for compatability with our existing use of $QIO calls although without ACP is acceptable.&lt;/P&gt;&lt;P&gt;It is for IA64, OpenVMS 8.4 &amp;amp; above ( both HP &amp;amp; VSI versions) Pascal 6.1 &amp;amp; 6.2 &amp;amp; TCPIP V5.7-13 &amp;amp; above.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 14:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pascal-and-getaddrinfo/m-p/6873284#M37693</guid>
      <dc:creator>stephenbrayshaw</dc:creator>
      <dc:date>2016-06-28T14:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pascal and getaddrinfo</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pascal-and-getaddrinfo/m-p/6895098#M37694</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp; Are you still looking?&amp;nbsp; After the recent Fortran adventure&lt;BR /&gt;( &lt;A href="http://community.hpe.com/t5/x/x/m-p/6884503" target="_blank"&gt;http://community.hpe.com/t5/x/x/m-p/6884503&lt;/A&gt; ), I tried to learn enough&lt;BR /&gt;Pascal to do anything, and ended up with some code which seems to be&lt;BR /&gt;able to use the C getaddrinfo() directly.&amp;nbsp; Someone with more than a few&lt;BR /&gt;hours of Pascal experience (who can actually write a Pascal statement&lt;BR /&gt;without multiple returns to the language manual) might do things&lt;BR /&gt;differently, but, for the desperate, my try is (or should be) attached.&lt;/P&gt;&lt;P&gt;alp $ pas gai_p&lt;BR /&gt;alp $ link gai_p&lt;BR /&gt;alp $ r gai_p&lt;BR /&gt;&amp;nbsp; len = 12, name: &amp;gt;ftp.hpe.com&amp;lt;.&lt;BR /&gt;&amp;nbsp; sts = 0&lt;BR /&gt;&amp;nbsp; ai_p = 2130800&lt;BR /&gt;&amp;nbsp; ai_flags = 0&lt;BR /&gt;&amp;nbsp; ai_family = 2&lt;BR /&gt;&amp;nbsp; ai_socktype = 1&lt;BR /&gt;&amp;nbsp; ai_protocol = 6&lt;BR /&gt;&amp;nbsp; ai_addrlen = 16&lt;BR /&gt;&amp;nbsp; ai_canonname = 0&lt;BR /&gt;&amp;nbsp; ai_addr = 2130832&lt;BR /&gt;&amp;nbsp; ai_next = 2325192&lt;BR /&gt;&amp;nbsp; addr = 216.237.214.19&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 14:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pascal-and-getaddrinfo/m-p/6895098#M37694</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2016-09-01T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pascal and getaddrinfo</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pascal-and-getaddrinfo/m-p/6895342#M37695</link>
      <description>&lt;P&gt;Thank you very much Steven,&lt;/P&gt;&lt;P&gt;For anyone else looking at this post, to get to the source Steven attached you need to download the file and remove the .jpg extension&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 09:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pascal-and-getaddrinfo/m-p/6895342#M37695</guid>
      <dc:creator>stephenbrayshaw</dc:creator>
      <dc:date>2016-09-02T09:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pascal and getaddrinfo</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pascal-and-getaddrinfo/m-p/6895414#M37696</link>
      <description>&lt;P&gt;&amp;gt; Thank you very much Steven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Glad to help.&amp;nbsp; It was educational.&amp;nbsp; Now I know (slightly) more about&lt;BR /&gt;Pascal than I did before (which was approximately only that ":=" was the&lt;BR /&gt;assignment operator).&lt;/P&gt;&lt;P&gt;&amp;gt; For anyone else looking at this post, to get to the source Steven&lt;BR /&gt;&amp;gt; attached you need to download the file and remove the .jpg extension&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://community.hpe.com/t5/x/x/td-p/6878990" target="_blank"&gt;/t5/x/x/td-p/6878990&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Note that I never tried to look beyond the first result returned in&lt;BR /&gt;any of these cross-language programs.&amp;nbsp; I'd like to think that it'd be&lt;BR /&gt;possible to traverse the linked list returned by getaddrinfo(), for&lt;BR /&gt;example, but that's left as an exercise for the reader (the ever-popular&lt;BR /&gt;saying of us lazy folks).&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 14:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pascal-and-getaddrinfo/m-p/6895414#M37696</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2016-09-02T14:24:23Z</dc:date>
    </item>
  </channel>
</rss>

