MinGW vs MSVC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
* Has GStreamer WASAPI2 support. | * Has GStreamer WASAPI2 support. | ||
* Has experimental ASIO support. | * Has experimental ASIO support. | ||
* Has Spotify support. | |||
* More unlikely to be picked up by anti-virus software as false-positive. | * More unlikely to be picked up by anti-virus software as false-positive. | ||
Revision as of 23:31, 28 July 2024
For Windows, Strawberry provides two different versions, MinGW and MSVC. These are compiled using two different compilers.
Unlike previous versions, the MinGW and MSVC now has all the same features, so it does not matter much which one you use.
Both releases features the latest versions of all libraries compiled by the Strawberry project. It always uses the latest versions of Qt 6, OpenSSL 3, Glib 2 and GStreamer.
MSVC - Microsoft Visual C++
MSVC is Microsoft Visual C++, a proprietary compiler by Microsoft.
- Has GStreamer WASAPI2 support.
- Has experimental ASIO support.
- Has Spotify support.
- More unlikely to be picked up by anti-virus software as false-positive.
MinGW-W64 - Minimal GCC for Windows
MinGW is a port of GCC to Windows. GCC is a free compiler by the GNU Project, usually found on all major Linux distributions.
- More likely to be picked up by anti-virus software as false-positive.
- Debug versions of the setups are available and includes the GDB debugger.
None of them currently has device and CD-support.