From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6bcdc23b05684cbe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-24 14:41:06 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news.airnews.net!cabal12.airnews.net!usenet From: David Gressett Newsgroups: comp.lang.ada Subject: Re: Newbie GNAT question Date: Fri, 24 Oct 2003 16:41:26 -0500 Organization: Airnews.net! at Internet America Message-ID: References: Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library2.airnews.net NNTP-Posting-Time: Fri, 24 Oct 2003 16:39:29 -0500 (CDT) NNTP-Posting-Host: !X(\41k-XR`,@tO (Encoded at Airnews!) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:1628 Date: 2003-10-24T16:41:26-05:00 List-Id: On Fri, 24 Oct 2003 15:18:59 -0500, David Gressett wrote: >I am trying to use the GNAT.OS_Lib package so that I can construct an >argument list and then spawn another program using that argument list. >The argument list will contain filenames which the spawned program >will open. > >I'm being defeated by Ada's strong typing. Is there any example code >for this on the Web somewhere, or could somebody produce a quick >example of how to do it? Never mind --- I was using Access where I should have used Unrestricted_Access.