PDA

View Full Version : TBASSPlayer Component.



Voltrox
04-03-2007, 11:37 PM
http://www.torry.net/authorsmore.php?id=4380

Does anyone know how to set up the TBassPlayer component?

Thanks.

AthenaOfDelphi
04-03-2007, 11:52 PM
Which compiler/IDE are you using?

AthenaOfDelphi
05-03-2007, 12:17 AM
I'm assuming you're using BDS 2006 as you've mentioned it in another post.

Firstly, you open BDS 2006. Then find the file dclusr.dpk (this resides in <DELPHIINSTALLDIRECTORY>/lib. Open it.

If its not already visible, open the project manager by pressing Ctrl+Alt+F11 or select 'Project Manager' from the 'View' menu.

The select 'Contains', right click it and select 'Add'. Browser for BassPlayer.pas, select it and then click 'OK' on the dialog that popped up when you clicked 'Add'.

Right click 'dclusr100.bpl' and click 'Compile'. If there are any problems, resolve them. When it compiles right click 'dclusr100.bpl' and click 'Install'.

You should also add the directory containg 'BassPlayer.pas' to your IDE's search directory list.

And that should be that. It will be present on the 'Samples' page of the tool palette.

Voltrox
05-03-2007, 03:00 AM
Thanks, it worked, but it said that version isn't licensed for third party products. :(

I'm using Turbo Delphi 2006.