comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <bauhaus@futureapps.de>
To: Tom Berger <dermoment@googlemail.com>
Subject: Re: JEWL with Aonix ObjectAda
Date: Fri, 30 Mar 2007 12:44:50 +0200
Date: 2007-03-30T13:43:32+02:00	[thread overview]
Message-ID: <460CEA22.2030003@futureapps.de> (raw)
In-Reply-To: <1175185716.607266.303650@y66g2000hsf.googlegroups.com>

Tom Berger wrote:
> Hello
> I'm wondering if someone uses the JEWL-package with ObjectAda, because
> I can't get it running. I'm using JEWL 1.6 and ObjectAda 7.2.2 on a
> Win2000 machine. Can somebody post the project settings (and something
> else?) I have to choose?


=== Setting up JEWL for use with Aonix ObjectAda (8.2) ===

This procedure yields example Windows(TM) programs made from the
JEWL 1.6 distribution examples. The setup is for use with the
command line compiler. Transporting it to one of the Aonix IDEs
should be straight forward, though, I think.

Start cmd.exe and have the PATH variable include the ObjectAda
...\bin directory.
Extract the ZIP into a fresh directory and chdir to it. In the list
below, replace %ObjectAda% with your ObjectAda installation
directory.

 > mkdir build
 > cd build
 > adareg ..\source\*.ad?
 > adareg ..\examples\*.ad?
 > adaopts -p %ObjectAda%\win32ada\binding\lib
 > adabuild -g -G -O1 Font_Test

This builds an executable windows program with debugging information
and some optimazation. Ignore the linker's warning messages about
invalid directives. (Unfortunately, there are non-portable
Linker_Options pragmas in JEWL's sources.)

(Some problems occured when using -w with adabuild, so I didn't.)

HTH,
Georg Bauhaus



      reply	other threads:[~2007-03-30 10:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-29 16:28 JEWL with Aonix ObjectAda Tom Berger
2007-03-30 10:44 ` Georg Bauhaus [this message]
replies disabled

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