If I compile on a Mac that’s running Windows, will my plugin work on Windows as normal?
Of course it will work.
But take note that the default runtime library linking set by the Projucer is now the dynamic one, so the runtime library has to be installed on the end user’s computer if you don’t set the runtime linking to static.
1 Like
Ok, thanks.