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-Thread: 103376,35b251240815c378 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!newsfeed-0.progon.net!progon.net!uucp.gnuu.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Message-ID: <460CEA22.2030003@futureapps.de> Date: Fri, 30 Mar 2007 12:44:50 +0200 From: Georg Bauhaus User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 Newsgroups: comp.lang.ada To: Tom Berger Subject: Re: JEWL with Aonix ObjectAda References: <1175185716.607266.303650@y66g2000hsf.googlegroups.com> In-Reply-To: <1175185716.607266.303650@y66g2000hsf.googlegroups.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Organization: Arcor NNTP-Posting-Date: 30 Mar 2007 13:43:32 CEST NNTP-Posting-Host: 16c20304.newsspool2.arcor-online.net X-Trace: DXC=I5SDbcL8i34RLigj];iP=8A9EHlD;3Yc24Fo<]lROoR18kF_aWM7if1PCY\c7>ejV8PkA]=BFEai1G8LafhW=Qh6 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:14680 Date: 2007-03-30T13:43:32+02:00 List-Id: 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