comp.lang.ada
 help / color / mirror / Atom feed
From: Ken Garlington <GarlingtonKE@lmtas.lmco.com>
Subject: Re: How to pass commandline parameters to a vax vms ada main prog
Date: 1997/01/24
Date: 1997-01-24T00:00:00+00:00	[thread overview]
Message-ID: <32E94CAC.4148@lmtas.lmco.com> (raw)
In-Reply-To: 32E71F0B.270@dfd.dlr.de


Markus Wolfgart wrote:
> 
> hallo,
> 
> I'm running in a programing problem and can't find a satisfactory
> solution, please help if you know the right anwser.
> 
> How to pass comandline parameters to an ada main procedure written
> in vax vms 5.1 ada. Do I need to import the starlet lib ?
> 
> thanks for help in advance.
> 
> markus

In addition to the Ada advice already posted, don't forget that you
will need to define your executable as a foreign command; e.g. for
executable TEST.EXE

TEST :== $disk:[directory]TEST.EXE

The dollar sign at the front is important. Then, you should be able to
execute TEST as a verb:

$ TEST stuff

and read/parse "stuff" successfully.

You can also use the DEFINE/VERB command (I think that's right, anyway;
I always use the first option presented).

--
LMTAS - The Fighter Enterprise - "Our Brand Means Quality"
For job listings, other info: http://www.lmtas.com or
http://www.lmco.com




  parent reply	other threads:[~1997-01-24  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-23  0:00 How to pass commandline parameters to a vax vms ada main prog Markus Wolfgart
1997-01-23  0:00 ` Larry Kilgallen
1997-01-23  0:00 ` Peter Amey
1997-01-24  0:00 ` Ken Garlington [this message]
1997-01-25  0:00   ` Larry Kilgallen
1997-01-27  0:00     ` Ken Garlington
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox