In delphi 2009 i get these errors>>>
function BASS_WMA_StreamCreateFileUser(flags:DWORD; proc:STREAMFILEPROC; user:DWORD): HSTREAM; stdcall; external basswmadll;
[DCC Error] BassWMA.pas(90): E2003 Undeclared identifier: 'STREAMFILEPROC'
[DCC Fatal Error] BassDemoPlayer.dpr(5): F2063 Could not compile used
unit 'BassWMA.pas'
Edit / >> I put everything in library nothing is missing i can compill but only if i put // infront of the function but then i get progress bar out of range,in turbopascal's demo....