can't find function entries in bass.dll

Started by crispy,

crispy

Hi,

I just took a look at Bass for the first time in my life and it looks very much like what I'm looking for. I got it to compile on my BC5.02 and everything's ok, but when I try to run my program, it can't find any if the functions in bass.dll - it just gives the standard windows error message and closes the app gracefully. Any ideas why?

Thanks in advance,
Crispy

Olego

Did you remember to include BASS.LIB into the project?

~Olego~

crispy


QuoteDid you remember to include BASS.LIB into the project?

~Olego~

As compilers and linkers go, one can't compile and link things if everything's not there. So, yup - I included it alright. I'm guessing it has to sth to do with having to convert the lib from COFF to OMF format (which I did) for the borland linker, although that's never been a problem before...

Crispy

crispy

Okay - solved that problem. Seems you have to implib the dll, not just convert the lib. Anyway - now it produces another kind of error - it says it can't play the source because it's not 16-bit. However that's not true because the sample applications that come with the package CAN play the same file, and the file IS 16-bit... Why's that?

Crispy