Re: [fpc-pascal] more questions on storage

2007-09-28 Thread Marco van de Voort
> On Thu, 27 Sep 2007 12:38:13 +0200 (CEST) > > > Pointer(AnsiString) <> Pointer(PChar(AnsiString)) > > > > > > To get a no-op typecase you can use: > > > MyPChar:=PChar(Pointer(AnsiString)); > > > > Is this delphi compat, and if yes, what is this exactly for? > > I don't know. > > The change b

Re: [fpc-pascal] Audio development and /dev/dsp

2007-09-28 Thread ik
On 9/28/07, Micha Nelissen <[EMAIL PROTECTED]> wrote: > ik wrote: > > lsof does not give me any open access to the device. > > > > I'm using Kubunto 7.04 amd64. > > Buggy audio driver ? Does it work properly when using ALSA, aplay etc. ? Yes, with ALSA I do not have any problems. It seems that aft

Re: [fpc-pascal] Audio development and /dev/dsp

2007-09-28 Thread Micha Nelissen
ik wrote: > lsof does not give me any open access to the device. > > I'm using Kubunto 7.04 amd64. Buggy audio driver ? Does it work properly when using ALSA, aplay etc. ? Micha ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.f

[fpc-pascal] Audio development and /dev/dsp

2007-09-28 Thread ik
Hello list, I have a weird problem when I'm trying to use /dev/dsp using Alsa-oss. The first time I'm accessing /dev/dsp, the device works properly, and I have sound inside, however, when I try to access the device again, I'm getting sox: Can't open output file '/dev/dsp': Device or resource busy