Hi

You can do it like that:
* Start broadcasting with WMALive
* In Media Player - Open URL
* Type:
http://xxx.xxx.xxx.xxx:port
* IP = your IP address
* Port = The one that WMALive is connected to (it shows)
Now about getting BASS version:
* The version that returned is not an Integer
* Returned is: MAKELONG(2,0);
* To check the version:
if (BASS_GetVersion() != MAKELONG(2,0)){
... error not a bass 2.0 ;)
}
Have fun!

JOBnik!
