comp.lang.ada
 help / color / mirror / Atom feed
From: MM <mrvmurray@gmail.com>
Subject: Re: Question:  How do I establish a (.exe)  program link for immediate calling of my cipher programs from a computer desktop say.
Date: Fri, 6 Mar 2015 01:48:40 -0800 (PST)
Date: 2015-03-06T01:48:40-08:00	[thread overview]
Message-ID: <54d737cf-1790-429d-a650-3341741250ab@googlegroups.com> (raw)
In-Reply-To: <973cdbad-228c-401f-bd51-d2bac0d1549e@googlegroups.com>

On Friday, 6 March 2015 09:05:02 UTC, Austin Obyrne  wrote:
> When you've all stopped laughing at this mundane question would somebody please put me right.
> 
> My interest alone is in the core cipher programs that I write and store away in folders in my computer and I would like to make these programs more portable locally here at home. 
> 
> Apart from being a very good problem solver in Ada I have no pretention of being able to 'mix it' with the heavier developers in your group so I have no compunction about humbly slapping my soul on the table in this matter.
> 
> I need to be able to do this as de rigueur in future with finished work because I want to make my stuff to be more transparent and user-friendly.
> 
> Your help as always would be appreciated.
> 
> Cheers - Austin O'Byrne

Whenever you hit the 'Run ' button in your IDE, a .exe file is produced.
That is how the program gets run.

You will see these .exe files in all the .zip files you have uploaded
to your web site. You will also see a bunch of .obj files, which are
the compiled, but not yet linked files produced when each .adb (Ada
source) file is compiled.

Your Windows machine may not display the extensions by default,
but you can turn them on. (Under the "View" option/tab, if I remember
correctly.)

M
-- 


  reply	other threads:[~2015-03-06  9:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-06  9:04 Question: How do I establish a (.exe) program link for immediate calling of my cipher programs from a computer desktop say Austin Obyrne
2015-03-06  9:48 ` MM [this message]
2015-03-06  9:58   ` Austin Obyrne
2015-03-06 10:11     ` MM
2015-03-06 10:22       ` Austin Obyrne
2015-03-06 18:20 ` MM
2015-03-07 17:55   ` Dennis Lee Bieber
2015-03-07 20:08     ` MM
2015-03-08 17:23       ` Dennis Lee Bieber
2015-03-10 18:46     ` Austin Obyrne
replies disabled

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