basswma.dll

Started by cpayne5,

cpayne5

Hello, I've been playing around with nBASS, BASS, & BASSWMA the past couple of days. I've had more luck with v0.9.6.1 of nBASS as I have been able to open and play mp3 files in C# programs. I have not had as much luck when trying to open WMA files. I get an exception each time I try to execute the method Play() of the WMAStream class. It says that it cannot find an entry point for bass_wma_streamplay in dll basswma.dll
I've tester other functions of the WMAStream class and they seem to work without err.
I'm using v1.8 of BASS and BASSWMA.
Any help would be greatly appreciated. --Chris Payne

DanaPaul


Quotecannot find an entry point for bass_wma_streamplay in dll basswma.dll

That function doesn't exist in BassWMA 1.8 :)


cpayne5

Well, that would explain why it wouldn't work!
Thanks so much for the reply.
--Chris Payne

cpayne5

You wouldn't happen to know where I can get a version of basswma.dll that would fully work with nBASS 0.9.6.1 would you?
Thanks --Chris Payne

Ian @ un4seen

You should download the latest nBASS (follow the link on the BASS page). There were changes to the BASSWMA interface in 1.8, that's why the old nBASS won't work with the 1.8 BASSWMA.DLL

cpayne5

OK, I went ahead and made the leap to the new version of nBASS. Got it working now. Thanks so much for all the replies. --Chris