A beginner needs help (nBASS)

Started by mervick82,

mervick82

Can someone please tell me where should i put the 3 dll files (bass.dll, nBASS.dll and basswma.dll)? I'm using WinXP. Thank you so much if anyone could help me out. ???

Ian @ un4seen

The best place is in the same directory as your EXE file.

mervick82

I tried putting it at the same directory as the EXE file. It appears that it cannot find the nBASS. The error says

"The type or namespace name 'nBASS' could not be found (are you missing a using directive or an assembly reference?)".

THanx for helping me out.

mervick82

anyone knows how to configure this thing? Please help me out. I'm using WinXP. Thank you

luthor

You need to add a reference to nBASS to your project (rightclick References, then Add, then find the nBASS.dll)

... and you need this line at the top of your files:

using nBASS;