Hi Ian.
Do you have an older version of the Bass library that I can use with Delphi 2006?
I have a question about the net radio example. It compiles with PAnsiChar,
But it just shows a message that the stream cannot be played, error code 20.
Thanks
Steve
BASS_StreamCreateURL(PAnsiChar(url), 0, BASS_STREAM_BLOCK or
BASS_STREAM_STATUS or BASS_STREAM_AUTOFREE or
BASS_UNICODE, @StatusProc, Pointer(R));