comp.lang.ada
 help / color / mirror / Atom feed
From: "chris.danx" <chris.danx@ntlworld.com>
Subject: Problem with exes on Windows
Date: Sun, 1 Jul 2001 22:42:41 +0100
Date: 2001-07-01T22:42:41+01:00	[thread overview]
Message-ID: <9OM%6.1796$9K4.651359@news2-win.server.ntlworld.com> (raw)

Hi,

I compiled the following program with GNAT 3.13p for Win9X/NT (it uses JEWL by
John English).


with Jewl.IO;

procedure a_wee_test is

   procedure hello_world is
   begin
      Jewl.IO.message ("  Hello World  ");
   end hello_world;

begin
   hello_world;
end a_wee_test;


When i ran it from AdaGIDE it worked ok, however when I went to the program via
explorer and double clicked I got nothing what so ever -- there appeared to be
no message box, indeed no action, it was like the program just exited after it
started or didn't start at all.  This hasn't happened before, usually i can run
programs built with GNAT outside the control of the compiler.  Am I missing a
linker switch or something?

I'm looking in the GNAT ref and user manuals at present, to see what options are
available but so far nothing, I'll keep looking.

Thanks,
Chris Campbell




             reply	other threads:[~2001-07-01 21:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-01 21:42 chris.danx [this message]
2001-07-01 23:07 ` Problem with exes on Windows Jeffrey Carter
2001-07-02 10:24   ` chris.danx
replies disabled

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