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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b2c2b77d2dac858a,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews1.google.com!not-for-mail From: jsuarezrivaya@yahoo.es (Jorge Suarez-Solis Rivaya) Newsgroups: comp.lang.ada Subject: bug in AdaSDL Date: 28 Sep 2004 09:11:27 -0700 Organization: http://groups.google.com Message-ID: <61f665c0.0409280811.a3094cf@posting.google.com> NNTP-Posting-Host: 81.9.160.209 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1096387887 18905 127.0.0.1 (28 Sep 2004 16:11:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 28 Sep 2004 16:11:27 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:4325 Date: 2004-09-28T09:11:27-07:00 List-Id: I've found a bug in the AdaSDL_20010504.tar.gz version of the sdl to ada interfaz, the function SetMusicPosition was not imported. I've add : -- SetPosition function SetMusicPosition (position : C.double) return C.int; pragma Import (C, SetMusicPosition, "Mix_SetMusicPosition"); in sdl_mixer.ads Jorge Suarez-Solis Rivaya