comp.lang.ada
 help / color / mirror / Atom feed
From: tolkamp <f.tolkamp@gmail.com>
Subject: Re: How to interface in ADA with Microsoft joystick?
Date: Mon, 11 Oct 2010 13:24:33 -0700 (PDT)
Date: 2010-10-11T13:24:33-07:00	[thread overview]
Message-ID: <c23c5b8e-ef0f-47e4-a3b2-465afff6ac50@30g2000yqm.googlegroups.com> (raw)
In-Reply-To: 1ntdrf2b9blvx.1qzgqdxqb9jvn$.dlg@40tude.net

On 10 okt, 13:11, "Dmitry A. Kazakov" <mail...@dmitry-kazakov.de>
wrote:
> On Sun, 10 Oct 2010 04:05:51 -0700 (PDT), tolkamp wrote:
> > I have added the joystick package from the above mentioned website to
> > win32.mmsystem.ads
> > After compilation the next error message occurs:
> > operator for type "Interfaces.C.unsigned_long" is not directly
> > visable, use clause would make operation legal.
>
> it tells that you have to add
>
>   use type Interfaces.C.unsigned_long;
>
> --
> Regards,
> Dmitry A. Kazakovhttp://www.dmitry-kazakov.de

Now the compilation of my project is error free.
I have tried to build an executable of my project, but again an error:

gnatmake -d -PC:\\GNAT\\bin\\joystick.gpr joystick_main.adb
gnatbind -I- -x C:\GNAT\joystick_main.ali
gnatlink C:\GNAT\joystick_main.ali -o C:\GNAT\joystick_main.exe
c:/gnat/2009/bin/../libexec/gcc/i686-pc-mingw32/4.3.4/ld.exe: cannot
find -lwin32ada
collect2: ld returned 1 exit status
gnatlink: error when calling C:\GNAT\2009\bin\gcc.exe
gnatmake: *** link failed.


Here the contents of the project file (joystick.gpr):

project Joystick is
   for Source_Dirs use (".", "..\2009\include\win32ada");
   for Object_Dir use "..\";
   for Main use ("joystick_main.adb");
   for Library_Dir use "..\2009\lib\win32ada";
end Joystick;



  reply	other threads:[~2010-10-11 20:24 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-03 15:07 How to interface in ADA with Microsoft joystick? tolkamp
2010-10-03 15:21 ` Dmitry A. Kazakov
2010-10-04 15:16   ` tolkamp
2010-10-04 16:18     ` Dmitry A. Kazakov
2010-10-04 17:54       ` tolkamp
2010-10-04 18:58         ` Dmitry A. Kazakov
2010-10-04 19:30           ` tolkamp
2010-10-04 19:46             ` tolkamp
2010-10-05  7:30               ` Dmitry A. Kazakov
2010-10-05 10:19                 ` tolkamp
2010-10-05 10:55                   ` AdaMagica
2010-10-05 12:21                   ` Dmitry A. Kazakov
2010-10-05 15:32                     ` tolkamp
2010-10-05 16:11                       ` Andre
2010-10-05 17:03                       ` Dmitry A. Kazakov
2010-10-08  8:48                         ` tolkamp
2010-10-08 20:00                           ` Dmitry A. Kazakov
2010-10-10 11:05                             ` tolkamp
2010-10-10 11:11                               ` Dmitry A. Kazakov
2010-10-11 20:24                                 ` tolkamp [this message]
2010-10-12  7:25                                   ` Dmitry A. Kazakov
2010-10-12  9:52                                     ` tolkamp
2010-10-12 11:25                                       ` tolkamp
2010-10-12 12:07                                       ` Dmitry A. Kazakov
2010-10-12 17:41                                         ` tolkamp
2010-10-12 20:10                                           ` Dmitry A. Kazakov
replies disabled

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