Hey guys, first of all, congratulations for BASS dll and for this helpfull forum.
This is my first time here and I have a question.. hope somebody can help me.
Itīs about TBassPlayer 2.1 for Delphi IDE.
I have downloaded it and installed into Delphi 7 and compiled the Demo software
that comes with it and everything went just fine..
But my project in almost done in Delphi 2009 and it would give me a bit of
trouble to port the whole project into Delphi 7, thatīs why I need it working in
2009 not 7.
The main problem happens with the type of variables. I heard in this forum that
in Delphi 2009 we should change every pChar to pAnsiChar to make it compatible
and working. Iīve already tryed it anyway, but unfortunelly with no success.

The goal of my project is to make a player for mp3 files located in a server, so
people will be able to search by music, have it in a playlist with all the management,
and hear the songs without having to download it (mp3 file streamming / not online radio).
I think using this TBassPlayer plugin can help me with coding since most of the
features I want are already implemented in it, like Equalizer, FX, Visualization and so..
So, hope somebody can help me with it. Iīve also heard that some people could make
Bass run under Delphi 2009 with no problems (overwriting the variables type) but here
it was not possible.....
Thank you all!