well, as people know, i'm a begginer over here with Bass (working right now on an MFC project) and i'm trying to figure this out.
i saw that i sould start with BASS_Init function. but i saw two examples:
1. with 4 params
2. with 6 params
when i am trying to write the function it give me only the 5 param with no overloads?

?
and when i am trying to use it, my app crashes....is there a good example for using BASS on MFC that i could use to learn? or where do i see the docs for the API?
The line is:
BASS_Init(-1,44100,0,this->m_hWnd,NULL);
p.s. i'v tried with: BASS_Init(-1,44100,0,GetSafeHwnd(),NULL); but still craches...
10x