Author Topic: A beginner needs help (nBASS)  (Read 4692 times)

mervick82

  • Posts: 4
A beginner needs help (nBASS)
« on: 30 May '03 - 05:13 »
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

  • Administrator
  • Posts: 26222
Re: A beginner needs help
« Reply #1 on: 30 May '03 - 11:12 »
The best place is in the same directory as your EXE file.

mervick82

  • Posts: 4
Re: A beginner needs help
« Reply #2 on: 31 May '03 - 03:26 »
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

  • Posts: 4
Re: A beginner needs help
« Reply #3 on: 3 Jun '03 - 04:50 »
anyone knows how to configure this thing? Please help me out. I'm using WinXP. Thank you

luthor

  • Posts: 1
Re: A beginner needs help (nBASS)
« Reply #4 on: 10 Jun '03 - 12:26 »
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;

mervick82

  • Posts: 4
Re: A beginner needs help (nBASS)
« Reply #5 on: 11 Jun '03 - 02:49 »
Thanks :)