You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 32-bit builds of VST2 with mingw will not generate the legacy main entrypoint.
The conditional JUCE_MSVC disallows this code to build on mingw, it should be probably replaced with JUCE_WINDOWS.
(also a warning suppression for -Wmain)
The 32-bit builds of VST2 with mingw will not generate the legacy
main
entrypoint.The conditional
JUCE_MSVC
disallows this code to build on mingw, it should be probably replaced withJUCE_WINDOWS
.(also a warning suppression for
-Wmain
)JUCE/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
Line 2223 in 1e28e8c
The text was updated successfully, but these errors were encountered: