Re: [fpc-pascal] FPC 1.9.8 aka 2.0.0-RC2

2005-02-25 Thread Pedro Lopez-Cabanillas
On Friday 25 February 2005 21:35, Vincent Snijders wrote: > What is the bug number in the bug tracker : http:/www.freepascal.org/bugs ? I've submitted a bug report just now, and got the number 3695. Last month I've only posted the bug report on FPC-devel. You answered it, BTW. http://www.mail-arc

Re: [fpc-pascal] FPC 1.9.8 aka 2.0.0-RC2

2005-02-25 Thread Pedro Lopez-Cabanillas
Hi On Friday 25 February 2005 13:27, Florian Klaempfl wrote: > While this is officially a beta, we believe that this version is release > quality. We would very much like you download and install this version, and > give any feedback regarding bugs and other issues. Very little has changed about

Re: [fpc-pascal] Version 1.9.6[??] on the Mac.

2005-01-17 Thread Pedro Lopez-Cabanillas
On Monday 17 January 2005 08:38, Marco van de Voort wrote: > smf compiles fine under freeBSD. Thanks for testing. > Alsapas has a unit libc dependancy. Most symbols used seem to be simple > types that are named slightly differently, but the piping functions use > libc stdio, which is not defined p

Re: [fpc-pascal] Version 1.9.6[??] on the Mac.

2005-01-16 Thread Pedro Lopez-Cabanillas
On Saturday 15 January 2005 17:43, Peter H.M. Brooks wrote: > Here's a really curious thing! > > I've been working to compile smf.pas. I've loaded fpc 1.9.6 on Windows > XP and, indeed, it compiles perfectly - later I get errors finding Libc, > but that's understandable as it isn't Unix, besides I

Re: [fpc-pascal] FPC and audio

2005-01-14 Thread Pedro Lopez-Cabanillas
On Friday 14 January 2005 16:34, Gustavo Galembeck wrote: > What do you use to get audio in games/multimedia > applications for win32 and linux with FPC? I need to > play at least wav files and CD tracks, but it would be > great if I could also play mp3 or any other high > compression format. Yo

Re: [fpc-pascal] MIDI & Kylix

2005-01-13 Thread Pedro Lopez-Cabanillas
Hi, On Thursday 13 January 2005 20:38, Peter H.M. Brooks wrote: > I've been enjoying looking through these. Your smf.pas unit looks > perfect for my requirements - it's nicely put together. > > I'm using fpc, not kylix, and I it chokes over the variable length array > "fred : array of byte" is ill

Re: [fpc-pascal] MIDI package

2005-01-12 Thread Pedro Lopez-Cabanillas
Hi, On Wednesday 12 January 2005 18:41, Peter H.M. Brooks wrote: > I just wondered if there was a package that allowed one to create and > manipulate MIDI files easily. I've wrote a translation of ALSA's library headers to Pascal. It has support for Linux only, and it can be used with Kylix and

Re: [fpc-pascal] Is it possible to link to SO libraries that have filename ending like '.so.0'

2005-01-05 Thread Pedro Lopez-Cabanillas
Hi, On Wednesday 05 January 2005 16:49, Michalis Kamburelis wrote: > So it seems that fpc passes to ld -lSDL-1.2, and ld looks for > 'libSDL-1.2.so' (without '.0' suffix). Honestly, I don't know what one > should pass to ld to tell it to link to 'libSDL-1.2.so.0'. > > Question: Can this be someho

Re: [fpc-pascal]api win32

2004-09-03 Thread Pedro Lopez-Cabanillas
On Thursday 02 September 2004 16:47, Luis Del Aguila wrote: > Hola a todos. > Yo queria hacer algo similar, pero es muy dificil implementarlo. > Necesito ayuda, yo quiero saber si hay algun libro que enseñe como hacerlo > Hay algun "mailing list" de freepascal en español. > > Gracias > > Hi, all >

Re: [fpc-pascal]usb devices

2004-08-02 Thread Pedro Lopez-Cabanillas
On Monday 02 August 2004 12:43, jordi wrote: > El dl, 02-08-2004 a las 12:30, [EMAIL PROTECTED] escribió: > This is the c lib, but I'd like the pascal interface to this lib fpcusb. OK. I had the file somewhere on disk. Please find it attached. Regards, Pedro fpcusb.tgz Description: application/

Re: [fpc-pascal]problems linking to libborqt

2004-01-26 Thread Pedro Lopez-Cabanillas
On Monday 26 January 2004 21:46, geeken wrote: [...] > compiling was done with following script: > -- > #!/bin/bash > source /usr/kylix3/bin/kylixpath /usr/kylix3 >/dev/null > #fpc test.pas use: fpc -Fl/usr/lib/kylix3 test.pas instead of '/usr/lib/kylix