Hi there,
I'm new at the forums. But just want to thank un4seen software a ton! For the great lib!!!
Using it in lots of my vb projects playing around with it and its the best lib i've seen so far!

Snapshot made with Wss-data dot com Screen Capture v1.0
Preview of software:
http://www.youtube.com/watch?v=b-NtQF8bK8kUsing version 2.4.7.1 of bass.dll
I knew some people are doing damn annoying about the dll that needs to be next to the ripper. So i simple added the dll lib to a resource file & unpack it @form_load and then let it load the lib.
Problem solved
Add-Ins > Add-In Manager > VB 6 Resource Editor
Load it.
Add a new reource file save it to whatever folder. Or just in the source folder (what i always do)
And then double click the .RES right in the top.
Like this:

Browse bass.dll add it and you're done.
if dir(app.path & "\bass.dll") = vbnullstring then
dim lib1 as byte
lib1= LoadResData(101, "CUSTOM")
open app.path & "\bass.dll" for binary as #1
put #1, ,lib1
close #1
end if
Thanks un4seen software! <3
Best Regards,
NiTrOwow