<?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: Creating a shareable image using C++ in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903615#M32230</link>
    <description>This is ideal. It gives me the global object export that I needed.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone</description>
    <pubDate>Tue, 24 May 2005 10:00:45 GMT</pubDate>
    <dc:creator>P R Stone</dc:creator>
    <dc:date>2005-05-24T10:00:45Z</dc:date>
    <item>
      <title>Creating a shareable image using C++</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903609#M32224</link>
      <description>The OPenVMS shareable image cookbook and C++ release notes v5.6Crefer to example code SW_SHR in sys$common:[syshlp.examples.cxx]. I cannot find them on my machine (Compaq C++ V6.5-004 for OpenVMS Alpha V7.3-2 ) but other examples are there.&lt;BR /&gt;Were can I get this source from as it sounds very similar to what I want to do.</description>
      <pubDate>Tue, 24 May 2005 07:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903609#M32224</guid>
      <dc:creator>P R Stone</dc:creator>
      <dc:date>2005-05-24T07:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shareable image using C++</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903610#M32225</link>
      <description>Found it on 6.2 (sw_shr_alpha.opt&lt;BR /&gt;&lt;BR /&gt;! ***************************************************************************&lt;BR /&gt;! *&lt;BR /&gt;! *  Copyright Digital Equipment Corporation 1997. All rights reserved.&lt;BR /&gt;! *&lt;BR /&gt;! *  Restricted Rights: Use, duplication, or disclosure by the U.S.&lt;BR /&gt;! *  Government is subject to restrictions as set forth in subparagraph&lt;BR /&gt;! *  (c) (1) (ii) of DFARS 252.227-7013, or in FAR 52.227-19, or in FAR&lt;BR /&gt;! *  52.227-14 Alt. III, as applicable.&lt;BR /&gt;! *&lt;BR /&gt;! *  This software is proprietary to and embodies the confidential&lt;BR /&gt;! *  technology of Digital Equipment Corporation. Possession, use, or&lt;BR /&gt;! *  copying of this software and media is authorized only pursuant to a&lt;BR /&gt;! *  valid written license from Digital or an authorized sublicensor.&lt;BR /&gt;! *&lt;BR /&gt;! ***************************************************************************&lt;BR /&gt;NAME="sw"&lt;BR /&gt;IDENT="sw V1.0"&lt;BR /&gt;GSMATCH=LEQUAL,1,0&lt;BR /&gt;&lt;BR /&gt;CLUSTER=TRANSFER&lt;BR /&gt;COLLECT=TRANSFER,$$SW_VECTOR&lt;BR /&gt;&lt;BR /&gt;SYMBOL_VECTOR=( -&lt;BR /&gt;        SW_G_SW                 = DATA, -&lt;BR /&gt;        SW_REAL__9STOPWATCHXV   = PROCEDURE, -&lt;BR /&gt;        SW_RESET__9STOPWATCHXV  = PROCEDURE, -&lt;BR /&gt;        SW_START__9STOPWATCHXV  = PROCEDURE, -&lt;BR /&gt;        SW_STOP__9STOPWATCHXV   = PROCEDURE, -&lt;BR /&gt;        SW_SYSTEM__9STOPWATCHXV = PROCEDURE, -&lt;BR /&gt;        SW_USER__9STOPWATCHXV   = PROCEDURE, -&lt;BR /&gt;        SW___CT__9STOPWATCHXV   = PROCEDURE  )&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2005 08:09:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903610#M32225</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-05-24T08:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shareable image using C++</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903611#M32226</link>
      <description>Many thanks to  Wim Van den Wyngaert for the OPT file. However I would also like to see the following files SW.CXX ans SW.HXX. (The files SW_TEST.CXX and SW_BUILD.COM would also help but I can probably work these out myself.)</description>
      <pubDate>Tue, 24 May 2005 08:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903611#M32226</guid>
      <dc:creator>P R Stone</dc:creator>
      <dc:date>2005-05-24T08:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shareable image using C++</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903612#M32227</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you can get hold of the CXX062.A saveset, and then extract the file CXX_EXAMPLES.TLB from that saveset, you can then extract all the SW_*.* example files from that library using LIBRARY/EXTRACT.&lt;BR /&gt;&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2005 08:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903612#M32227</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-05-24T08:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shareable image using C++</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903613#M32228</link>
      <description>Or use this.</description>
      <pubDate>Tue, 24 May 2005 08:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903613#M32228</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-05-24T08:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shareable image using C++</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903614#M32229</link>
      <description>Following Kris' suggestion, I zipped up all the files.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2005 09:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903614#M32229</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-05-24T09:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shareable image using C++</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903615#M32230</link>
      <description>This is ideal. It gives me the global object export that I needed.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone</description>
      <pubDate>Tue, 24 May 2005 10:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-shareable-image-using-c/m-p/4903615#M32230</guid>
      <dc:creator>P R Stone</dc:creator>
      <dc:date>2005-05-24T10:00:45Z</dc:date>
    </item>
  </channel>
</rss>

