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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a0d5afcf8d13378c X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!r15g2000prd.googlegroups.com!not-for-mail From: tolkamp Newsgroups: comp.lang.ada Subject: Re: How to include Win_IO for my project? Date: Sat, 17 Jan 2009 05:06:08 -0800 (PST) Organization: http://groups.google.com Message-ID: <92dda95d-161e-4337-8a60-698c3c8372c7@r15g2000prd.googlegroups.com> References: <%f5cl.138420$_Y1.40188@bgtnsc05-news.ops.worldnet.att.net> NNTP-Posting-Host: 77.249.221.108 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1232197569 11185 127.0.0.1 (17 Jan 2009 13:06:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 17 Jan 2009 13:06:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r15g2000prd.googlegroups.com; posting-host=77.249.221.108; posting-account=nZAcngoAAACcfYM9wDw3w9Z1XR3bObfs User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; InfoPath.1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4380 Date: 2009-01-17T05:06:08-08:00 List-Id: On 16 jan, 20:31, a...@anon.org (anon) wrote: > From the web site: > =A0 Then, you should configure the project to include the sources for > =A0 =A0 Win_IO. You can do this by adding the Win_IO directory to the > =A0 =A0 "Sources" part of the "Edit Project Properties" window. > > So: > =A0 use =A0"sources dirs" for dir of win_io sources files ( *.ads ) > =A0 use =A0"objects" =A0 =A0 =A0for dir of win_io object files =A0( *.o ) > =A0 use =A0"Library" =A0 =A0 =A0for win_io lib file, if one exist. > > In , t= olkamp writes: > > > > >On 14 jan, 08:14, a...@anon.org (anon) wrote: > >> In command-line version of GNAT: > > >> =3DA0gnat file<.adb> =3DA0 -Idir -Ldir > > >> use "-Idir" for a dir that contains the "*.ads", "*.ali" and "ali.o" > >> and "-Ldir" for a dir that contains extra libraries. > > >> other options are listed by using > > >> =3DA0 gnat make -gnath > > >> In = , t=3D > >olkamp writes: > > >> >To make it possible to plot results of my project I have downloaded > >> >GtkAda and Win_IO. > >> >After this I have created a dependency between my project and GtkAda. > >> >Now the project should be configured to include the sources for > >> >Win_IO. > >> >How can I add the Win_IO directory to my project?- Tekst uit oorspron= kel=3D > >ijk bericht niet weergeven - > > >> - Tekst uit oorspronkelijk bericht weergeven - > > >I am not using the command line. > >At this websitehttp://www.ctr.unican.es/Win_IO > >I found the text: > > >Then, you should configure the project to include the sources for > >Win_IO. > >You can do this by adding the Win_IO directory to the "Sources" part > >of the "Edit Project Properties" window. > > >When I select "Edit Project Properties" the =A0"Sources" part is not > >available, only: > >- General > >- Languages > >- VCS > >- Source dirs > >- Source files > >- Objects > >- Main files > >- Library > >- Naming > >- Switches. > > >Which of these selections must be used?- Tekst uit oorspronkelijk berich= t niet weergeven - > > - Tekst uit oorspronkelijk bericht weergeven - When source dirs is clicked the window with source directories C:\GNAT \bin appears. When objects is clicked the window with Build/Exec directory C:\GNAT \bin appears. When Library is clicked for General the follwing can be selected: - Library Name - Library Directory - Library ALI Kirectory - Libray kind - Version How to continue?