On November 13, 2009 02:56:44 am Markus Schwarzenberg wrote:
On Fri, 13 Nov 2009 02:15:27 +0000 Harry Van Haaren
<harryhaaren(a)gmail.com>
wrote:
I've
googled for "c++ cross-platform threading" which returned this
post<http://www.codeproject.com/KB/threads/thread_class.aspx>px>.
this probably better should have returned:
http://www.boost.org/doc/html/thread.html
besides this, there is
http://sourceware.org/pthreads-win32/
- also works nicely. However, it's C.
Do you really need cross-platform threading for Linux audio?
If you do need it, for some reason, you might consider using the
Qt concurrency framework (with or without Qt GUI stuff).
Regards,
Raymond