I’ve been working with JUCE on Mac OSX now for almost 3 months. I’ve got some test projects underway, and I’d like to test on Windows before I go too far down the road.
Which version of Visual Studio should I get, to use with the latest version of JUCE?
I assume that would be Visual Studio 2019, but looking at the website they seem to have a free version named “Visual Studio 2019 Community”, and then a paid version “Visual Studio 2019 Professional”.
Will the free version work without any issues? I absolutely don’t mind paying for the Professional version if it’s going to make development and my life easier.
Just need to install the right features/options. At one point they even dropped C++ from the default Visual Studio install, not sure if that’s still the case.
Note that which version of Visual Studio you use is independent of which platform you are targeting. For example, I am using Visual Studio 2019 Community, but in one project I am targeting the “Visual Studio 2017 - Windows XP” toolset (To build Windows-XP compatible plugins).
In another project using the same version of Visual Studio IDE I am targetting the latest compiler (2019) for 64-bit builds, but the XP-compatible target for 32-bit builds (becuase 32-bit users tend to use an older operating systesm). I believe it is now even possible to switch in (traditionally) Linux compilers like CLANG.
IIRC, the platform toolsets that are listed in that option are those that are found on the computer, but each version of Visual Studio only installs the toolset that corresponds to its version.
If you see older ones, that should mean that you had those versions of Visual Studio installed on your system at some point in time (or that you have installed those platform toolsets independently and explicitly in addition to the one that comes with the current version of Visual Studio).
That being said, I believe what @G-Mon meant is that the toolset for Visual Studio 2019 is the first one that comes without a variant that supports XP.
As you can see in your screenshot, the latest that also comes with XP support is the one for 2017