19 May '13 - 08:59 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Developments / BASS / Re: Can't compile Tempo project. What am I doing wrong? on: 8 May '06 - 19:23
Thanks a lot for your patience.
This amazingly worked just perfect from the first try.

I researched a little bit on the files and found a lot of differences between them.
Fist of all the files which I down loaded from http://www.un4seen.com/ are older version than what I’ve got from your link (thanks).

My file Bass.pas:

{
  BASS 1.8a Multimedia Library
  ----------------------------
  (c) 1999-2003 Ian Luck.
  Please report bugs/suggestions/etc... to bass@un4seen.com

  See the BASS.CHM file for more complete documentation


Your file Bass.pas:

{
  BASS 2.2 Audio Library, (c) 1999-2005 Ian Luck.
  Please report bugs/suggestions/etc... to bass@un4seen.com

  See the BASS.CHM file for more complete documentation

Further there it is quite much differences in the code but I did not looked at everything but indeed a big difference I size:
My file is 69,9 KB in size while yours is 47,7KB

I'll be back with more but I think there is a problem with the file bass_fx22.zip available at http://www.un4seen.com/ download.

Could someone else try this file (do backup your current files before try) :-)

Thanks again Chris.
Grate forum

Best regards
Talius

ReplyReply Reply with quoteQuote
2  Developments / BASS / Re: Can't compile Tempo project. What am I doing wrong? on: 8 May '06 - 18:42
Hi.

There is a variable info: BASS_CHANNELINFO; in the private section.
This variable is reported by the compiler as undeclared and this is only the first error followed by many others.
I have downloded bass_fx22.zip yesterday. Is there something corrupt in this files? Something missing in the uses clause.
I've been searching for occurrences of BASS_CHANNELINFO in all the files provided with bass_fx22.zip - nothing - except in the tempo.pas and bpm.pas which give the error.

talius
ReplyReply Reply with quoteQuote
3  Developments / BASS / Re: Can't compile Tempo project. What am I doing wrong? on: 8 May '06 - 18:28
Hi Chris.

Obviously this is what I do every time but it just would not compile.
I don’t understand what is going on but I get the same compile error every time.

[Error] tempo.pas(65): Undeclared identifier: 'BASS_CHANNELINFO'
[Warning] tempo.pas(96): Comparing signed and unsigned types - widened both operands
[Error] tempo.pas(102): Too many actual parameters
[Error] tempo.pas(130): Undeclared identifier: 'BASS_STREAM_DECODE'
[Error] tempo.pas(133): Undeclared identifier: 'BASS_MUSIC_PRESCAN'
[Warning] tempo.pas(133): Combining signed and unsigned types - widened both operands
[Error] tempo.pas(133): Too many actual parameters
[Error] tempo.pas(142): Undeclared identifier: 'BASS_ChannelGetInfo'
[Error] tempo.pas(144): Missing operator or semicolon
[Error] tempo.pas(147): Undeclared identifier: 'BASS_ChannelBytes2Seconds'
[Error] tempo.pas(147): Undeclared identifier: 'BASS_ChannelGetLength'
[Error] tempo.pas(185): Undeclared identifier: 'BASS_ChannelPlay'
[Error] tempo.pas(261): Undeclared identifier: 'BASS_ChannelSeconds2Bytes'
[Fatal Error] prjTempo.dpr(7): Could not compile used unit 'tempo.pas'

Strange.
More suggestions please.

talius
ReplyReply Reply with quoteQuote
4  Developments / BASS / Re: Can't compile Tempo project. What am I doing wrong? on: 8 May '06 - 18:04
Hi Chris.


thanks for trying to help me.
That code modification didn't work.
I am sure I am doing it wrong already from the beginning.
I have tried this on another PC with Delphi 7 installed with same problems - no luck.
What is the step by step procedure for getting this project compiled?

regards
talius


talius
ReplyReply Reply with quoteQuote
5  Developments / BASS / Re: Can't compile Tempo project. What am I doing wrong? on: 8 May '06 - 17:46
Hi Chris.

Thanks for answering me :-)

I have all that in the project dir but no joy  Sad
bass_fx.dll is also there.

I've tried to put these files in to several places but noting helps.
What file is this prjTempo.res which I get message about right from the start?
What did you people do from the moment when this project was downloaded til the moment you succesfully compiled it?

thanks
talius
ReplyReply Reply with quoteQuote
6  Developments / BASS / Can't compile Tempo project. What am I doing wrong? on: 8 May '06 - 17:20
I have difficulties with bass_fx22.

When I try to open prjTempo.dpr (with my Delphi 6) I get the ERROR telling me: Cannot fond resource file: C:\Program Files\...\prjTempo.res. I have been trying to locate this file by my self but no file with that name is present on my PC.
However when I click OK and try to compile and run the Tempo project I get a lot of compile errors which look like this:

[Error] tempo.pas(65): Undeclared identifier: 'BASS_CHANNELINFO'
[Warning] tempo.pas(96): Comparing signed and unsigned types - widened both operands
[Error] tempo.pas(102): Too many actual parameters
[Error] tempo.pas(130): Undeclared identifier: 'BASS_STREAM_DECODE'
[Error] tempo.pas(133): Undeclared identifier: 'BASS_MUSIC_PRESCAN'
[Warning] tempo.pas(133): Combining signed and unsigned types - widened both operands
[Error] tempo.pas(133): Too many actual parameters
[Error] tempo.pas(142): Undeclared identifier: 'BASS_ChannelGetInfo'
[Error] tempo.pas(144): Missing operator or semicolon
[Error] tempo.pas(147): Undeclared identifier: 'BASS_ChannelBytes2Seconds'
[Error] tempo.pas(147): Undeclared identifier: 'BASS_ChannelGetLength'
[Error] tempo.pas(185): Undeclared identifier: 'BASS_ChannelPlay'
[Error] tempo.pas(261): Undeclared identifier: 'BASS_ChannelSeconds2Bytes'
[Fatal Error] prjTempo.dpr(7): Could not compile used unit 'tempo.pas'

I have the latest bass.dll placed on the right place (I think).

I get similar errors when trying Reverse, DSP and BPM projects.
I have tried all this with Delphi 7 which gave the same result.
What am I doing wrong?
Can somebody please guide me step by step on what should be done and how it should be done in order to successfully compile and run these projects?

I would appreciate any help.

regards
talius
ReplyReply Reply with quoteQuote
Pages: [1]
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines