MinGW vs MSVC: Difference between revisions

From Strawberry Music Player Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
MSVC is Microsoft Visual C++, a proprietary compiler by Microsoft.
MSVC is Microsoft Visual C++, a proprietary compiler by Microsoft.


* Slightly better performance.
* Has GStreamer WASAPI2 support.
* Has experimental ASIO 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.
* A debug setup is available with console.
* Has GStreamer WASAPI2 support.


== MinGW-W64 - Minimal GCC for Windows ==
== MinGW-W64 - Minimal GCC for Windows ==
Line 21: Line 19:
MinGW is a port of GCC to Windows. GCC is a free compiler by the GNU Project, usually found on all major Linux distributions.
MinGW is a port of GCC to Windows. GCC is a free compiler by the GNU Project, usually found on all major Linux distributions.


* Known to be stable.
* 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.
* Debug versions of the setups are available and includes the GDB debugger.
* More likely to be picked up by anti-virus software as false-positive.
* No GStreamer WASAPI2 support.




None of them currently has CD-support.
None of them currently has device and CD-support.

Latest revision as of 22:51, 19 March 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.
  • 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.