[fpc-devel] Re: update for the sndfile.pp binding

Adriaan van Os fpc at microbizz.nl
Sun Sep 30 10:13:19 CEST 2007


ik wrote:
> Here is my latest updates including the example.
> The example have some issues that I'm unable to understand yet, but it
> seems that because the code works faster then the C code, it does not
> write all of the content back to the device. I will try to solve this
> later on.
> 
> I fixed a bug and and made the library a bit more cross
> platfrom/compiler as Adrian did, but a bit different :)

I think that repeated use of

	{$IFDEF FPC} cdecl; {$ENDIF}

is unnecessary, because of the

{$IFDEF FPC}
   {$MODE FPC}
   {$CALLING cdecl}
   {$PACKRECORDS C}
{$ENDIF}

> Thanks,

Thanks also,

Adriaan van Os




More information about the fpc-devel mailing list