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.1 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b2c2b77d2dac858a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews1.google.com!not-for-mail From: chad.rmeiners@gmail.com (Chad R. Meiners) Newsgroups: comp.lang.ada Subject: Re: bug in AdaSDL Date: 29 Sep 2004 18:48:46 -0700 Organization: http://groups.google.com Message-ID: <782e906e.0409291748.a235420@posting.google.com> References: <61f665c0.0409280811.a3094cf@posting.google.com> NNTP-Posting-Host: 67.167.137.13 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1096508927 6447 127.0.0.1 (30 Sep 2004 01:48:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 30 Sep 2004 01:48:47 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:4424 Date: 2004-09-29T18:48:46-07:00 List-Id: jsuarezrivaya@yahoo.es (Jorge Suarez-Solis Rivaya) wrote in message news:<61f665c0.0409280811.a3094cf@posting.google.com>... > 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 Thank you for your interest in AdaSDL :) I need to check if Ant�nio set the permissions to allow me to merge the changes into the cvs. I don't have permission to add an updated release at best the change will have to be downloaded from cvs. -CRM