Bass.dll and BlitzBasic3D

Blitz3D Forums/Blitz3D Programming/Bass.dll and BlitzBasic3D

dman(Posted 2009) [#1]
Can Blitz3D load a DLL like BASS from un4seen.com?

What can I use to load a DLL?


Abrexxes(Posted 2009) [#2]
http://www.blitzbasic.com/toolbox/toolbox.php?tool=207


dman(Posted 2009) [#3]
Hi, I know I download it before and when I ran it, it gives me an error "Cannot find BASS_Init". I think its looking for the BASS.DLL file.

How can I fix this?
Is there a way to add a DLL file with a command?


Gabriel(Posted 2009) [#4]
How can I fix this?

By copying all the files in the userlibs folder(s) into your own Blitz3D\Userlibs folder. Hint: Each part of the library has its own Userlibs folder.


Kryzon(Posted 2009) [#5]
Ehm, isn't that toolbox entry distributing the Bass.DLL that you need to pay for? isn't that illegal?


LineOf7s(Posted 2009) [#6]
From the site of the BASS library ( http://www.un4seen.com ):
BASS is free for non-commercial use. If you are a non-commercial entity (eg. an individual) and you are not charging for your product, and the product has no other commercial purpose, then you can use BASS in it for free. Otherwise, you will require one of the following licences.... etc



dman(Posted 2009) [#7]
Thanks Gabriel, it worked. I finely got what you was saying.

Thanks again...


Kryzon(Posted 2009) [#8]
Thanks for that info, LineOf7s.