IMPORTANT BREAKING CHANGE: JUCE will now use dynamic linking for the Windows runtime by default

So I changed the Runtime compile option in my project to /MDd for my Debug build and I received a compile error (C1128) while building the JUCE code.

https://msdn.microsoft.com/en-us/library/8578y171.aspx

I have the JUCE code as a separate project in my plug-in… so I added the compile flag /bigobj to the JUCE project and it got rid of the error.

https://msdn.microsoft.com/en-us/library/ms173499.aspx

Just a heads up.

Cheers,

Rail

2 Likes