BASS_ChannelSetLink -> BASS_ChannelGetLink???

Started by vertex_tmp,

vertex_tmp

hi!

what about a function like
DWORD BASS_ChannelGetLink(DWORD handle)
wich returns the handle of the channel, wich is linked to (DWORD handle)???

is there such a function and i didn´t find it?

other problem @ ian: i can´t login to the forum?!?!?! yes, i CAN login in the login-area, but after clicking any link inside the forum, it won´t work. some time ago i also used the YaBB-forum system on my site and had this effect because of the framesets too... don´t know, if this is still a YaBB-bug.
running:
win2k advsrv
ie6.0.28xx
cookies: on
javascript: on

cheers,
vertex_tmp

WingZero


Quotehi!
other problem @ ian: i can´t login to the forum?!?!?! yes, i CAN login in the login-area, but after clicking any link inside the forum, it won´t work. some time ago i also used the YaBB-forum system on my site and had this effect because of the framesets too... don´t know, if this is still a YaBB-bug.
running:
win2k advsrv
ie6.0.28xx
cookies: on
javascript: on

cheers,
vertex_tmp

That's a problem with cookies. It's easy to see here on Mozilla. It saves an extra cookie with an empty username and password. So you end up being a guest. You simply have to delete any cookies from un4seen.com

Ian @ un4seen

Quotewhat about a function like
DWORD BASS_ChannelGetLink(DWORD handle)
wich returns the handle of the channel, wich is linked to (DWORD handle)???
You can actually link multiple channels to a single channel, so it would have to return a pointer to an array (not a single DWORD). I guess it's a possibilty for an update, but in the meantime, you'll have to keep track of what channels you've linked yourself :)

vertex_stillTmp


QuoteYou can actually link multiple channels to a single channel

yes, i.c.! my fault, so i do the job i have to do ;o) tnx anyway, ian!

cheers,
vertex

vertex


QuoteYou simply have to delete any cookies from un4seen.com

yes, thats it, working now! tnx alot - i´m sometimes a bit dull....  :idea: