Reply To: Standalone firefly client for Windows

#17814
Anonymous
Inactive

The GUI is based on QT which would make it easy for porting to other platforms as well. But actually I use a QaxWidget as the player, which is only supported in the Windows-QT (don’t see a reason for this).
If there is an easy way to embed a streaming enabled C++ library in my code, it shoud work on OSX / Linux without any problem. If somebody has an idea for this, let me know!