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,4d1b41004c1d217c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!e14g2000yqe.googlegroups.com!not-for-mail From: tolkamp Newsgroups: comp.lang.ada Subject: Re: How to interface in ADA with Microsoft joystick? Date: Mon, 4 Oct 2010 10:54:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2edbcdab-8ff5-40e6-9ac0-44be6cb93621@m15g2000yqm.googlegroups.com> <1ne6iis0we6lt.7ftiqb64g582.dlg@40tude.net> <04cf664d-62bd-4e2e-8aaa-cd4654ea327e@26g2000yqv.googlegroups.com> NNTP-Posting-Host: 62.163.210.190 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1286214845 17238 127.0.0.1 (4 Oct 2010 17:54:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 4 Oct 2010 17:54:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e14g2000yqe.googlegroups.com; posting-host=62.163.210.190; posting-account=nZAcngoAAACcfYM9wDw3w9Z1XR3bObfs User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.1; .NET4.0C),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:14377 Date: 2010-10-04T10:54:05-07:00 List-Id: On 4 okt, 18:18, "Dmitry A. Kazakov" wrote: > On Mon, 4 Oct 2010 08:16:16 -0700 (PDT), tolkamp wrote: > > I have downloaded win32ada and unzipped. My question is: > > must the result of SETUP.EXE be stored in GNAT/bin/source? > > Hmm, with GNAT it should be a file, e.g. win32ada-gpl-2010.exe. Which you > call in order to install Win32Ada into the GNAT Ada environment. The > primary download page is: > > http://libre.adacore.com/libre/download > > After installation you include "with win32ada.gpr" into your GNAT project > file and that basically is. > > -- > Regards, > Dmitry A. Kazakovhttp://www.dmitry-kazakov.de Hello Dmitry, Now I have installed win32. Its body file and much other files are found in GNAT/bin/source/src/ObjectAda. My project file is named "flight_simul.gpr" which has the contents: project Flight_Simul is for Main use ("flight_simul_main.adb", "flight_deck.ads"" ... etc); end Flight_Simul; My question: where I have to include "with win32ada.gpr"?