[lazarus] Is there any support for sound yet?
Tony Maro
tonym at nlisc.com
Wed Sep 18 18:57:32 EDT 2002
> > What are the errors ?
>
> Sorry - didn't even know I could get more error info until I dug deeper:
>
> sfplay.o in function '_PLAYFILE$STRING':
> sfplay.o(.text+0z132): undefined reference to 'sf_open_read'
> sfplay.pp(107) Error: Error while linking
>
It appears they changed the functions between versions of sndfile, and I
got the wrong one... I've been looking at the sources and it's no longer
sf_open_read but is sf_open and requires and extra parameter.
More information about the Lazarus
mailing list