OpenAL++ is now assimilated into the SF project osgAL (www.sf.net/projects/osgal).
For the latest version of OpenAL++, go to osgAL website.
A new version of OpenAL++ is available.
Using reference pointers to minimize memory hazzle.
OpenAL++ used to depend on CommonC++, this was a problem because CommonC++ is GPL and OpenAL++ is LGPL. So now the CommonC++ library is replaced partially by OpenThreads (LGPL). This also means that streaming support over the net is no longer in OpenAL++.
Also to be more C++ compliant, all method names have changed from having a Capital letter to a small... so SetPosition() is now setPosition()
A new version is release of OpenAL++.
Many bugfixes, support for streaming OGG files.
Builds under .NET2003 as well as Linux (of course).
Renamed the libraries under windows to oalpp.dll/.lib due to clash with OpenAL dynamic plugin loader.
A new home page for OpenAL++ has been created and uploaded (on SourceForge).