BASS_CDG as BASS plugin is ready

-UNICODE support
-BASS_FX support
-easy CDG play

EXAMPLE:
BASS_PluginLoad("BASS_CDG.DLL",0);
chan:=BASS_StreamCreateFile(false,"myfilename.cdg",0,0,0);
BASS_CDG_SetVideoWindow(chan,myHWND);
BASS_ChannelPlay(chan);
The Package contains C++ and Delphi headers and examples. Maybe someone could translate the header for VB. Also if radio42 have time to implement this new BASS addon in BASS.NET it will be great.
Also, if anyone want more features for this addon please send me a PM.
http://www.surodev.com/BASS_CDG.zip
Thanks,
Ionut Cristea.