Tom.Albrecht
3rd August 2001, 09:18
I need to start a new Thread in my Visualization plugin. What kind of threads does WinAmp use? MFC threads or just the Win32 API.
The plugin is a port from Linux and Xmms and uses QT. QT must run in a seperate thread. Under Linux, I had to use POSIX threads because that's what Xmms uses.
So now I face the same problem under Windows. It would probably be useful to know what threads WinAmp uses because that would probably facilitate compability.
Hope you can help me.
Tom
The plugin is a port from Linux and Xmms and uses QT. QT must run in a seperate thread. Under Linux, I had to use POSIX threads because that's what Xmms uses.
So now I face the same problem under Windows. It would probably be useful to know what threads WinAmp uses because that would probably facilitate compability.
Hope you can help me.
Tom