Author Topic: TBassPlayer Errors  (Read 7713 times)

willow

  • Guest
TBassPlayer Errors
« on: 10 Aug '03 - 08:39 »
I know this forum is for bass but I know a few of you use the TBassPlayer library in your applications and I was wondering how you were able to compile the demo project that comes with the library ?

I installed the knob and slider components to test the demo project but when I open the file Delphi spits out some errors saying something about ThumbVisible Property not existing for all the sliders and if I try to compile the project delphi spits out another error about BassPlayer.DCU not found and will not run and as far as I know the zip file I downloaded (from torry's) did not contain that file so what did you do to get it to work ?

I am using ver 1.3 of the library and delphi6 if that helps.

Chris

  • Posts: 2217
Re: TBassPlayer Errors
« Reply #1 on: 10 Aug '03 - 12:05 »
Quote
I am using ver 1.3 of the library and delphi6 if that helps

thats the first error you will need Bass 1.7 or higher...
the currently Bass Version (1.8a) will also work fine
Greets Chris
« Last Edit: 10 Aug '03 - 12:07 by Chris »

willow

  • Guest
Re: TBassPlayer Errors
« Reply #2 on: 10 Aug '03 - 19:47 »
I have Bass 1.8a what I meant by version 1.3 is the version I have of the "TBassPlayer" which is the latest version there is.

Chris

  • Posts: 2217
Re: TBassPlayer Errors
« Reply #3 on: 10 Aug '03 - 20:13 »
mmm here it works fine....
XP Spack1 , Delphi 6 Spack 2
Be shure that you don`t have different Versions of the TBassPlayer in your SearchPath
Greets Chris

willow

  • Guest
Re: TBassPlayer Errors
« Reply #4 on: 10 Aug '03 - 20:32 »
I have winxp sp1 delphi6 personal with sp2 and I only have instance of TBassPlayer. The error I am getting about the Thumb Visible property not existing is becase the Slider component did not come with a DCR file which I think it needs. As far as the other errors go I don't know.

willow

  • Guest
Re: TBassPlayer Errors
« Reply #5 on: 10 Aug '03 - 21:04 »
Well contray to what the instructions said I "DID" have to install the bassplayer.pas file into the IDE to get it to work but it still does say anything about the ThumbVisible Property Error... Did anyone else get this when running the demo project and if so how can I fix it ?