comp.lang.ada
 help / color / mirror / Atom feed
From: John McCormick <mccormick@cs.uni.edu>
Subject: Re: JEWL on XP?
Date: Mon, 10 Nov 2008 06:32:52 -0800 (PST)
Date: 2008-11-10T06:32:52-08:00	[thread overview]
Message-ID: <3ae6ca4c-e3e0-485e-aea6-fc0fd7723776@r15g2000prh.googlegroups.com> (raw)
In-Reply-To: 6gGKB5AbZ$FJFwjU@ada-augusta.demon.co.uk

Here are the details of the changes I give to my students to run JEWL
on XP

In file
  jewl-win32_interface.adb
replace
  pragma Linker_Options ("-luser32 -lgdi32 -lcomdlg32 -lwinmm");
with
  pragma Linker_Options ("-luser32");
  pragma Linker_Options ("-lgdi32");
  pragma Linker_Options ("-lcomdlg32");
  pragma Linker_Options ("-lwinmm");

Build the JEWL library as described in the JEWL documentation.

John

On Nov 10, 2:52 am, Mike H <newsrea...@ada-
augusta.demon.co.uk.INVALID> wrote:
> In message <5sMRk.427973$yE1.118321@attbi_s21>, Jeffrey R. Carter
> <spam.jrcarter....@spam.acm.org> writes>JEWL runs fine on XP.
>
> >Depending on your compiler, you may need to convert the single "pragma
> >Linker_Options" into multiple, one for each item in the single one.
>
> Many thanks, the compiler is GNAT. It is voluntary work but any clean
> and polished version will have to pass the UK Railway Inspectorate!
>
> See sig. file below.
>
> --
> Mike Hopkins
> WHR <http://www.welshhighlandrailway.net/>
> Project Rheilffordd Eryri




  reply	other threads:[~2008-11-10 14:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-09 23:32 JEWL on XP? Mike H
2008-11-10  1:50 ` Jeffrey R. Carter
2008-11-10  8:52   ` Mike H
2008-11-10 14:32     ` John McCormick [this message]
2008-11-10 10:07   ` pragma Linker_Options (was: JEWL on XP?) Georg Bauhaus
2008-11-11  1:14     ` Randy Brukardt
replies disabled

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