Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No entrypoint main in VST2 #21

Open
jpcima opened this issue Aug 8, 2021 · 1 comment
Open

No entrypoint main in VST2 #21

jpcima opened this issue Aug 8, 2021 · 1 comment

Comments

@jpcima
Copy link
Collaborator

jpcima commented Aug 8, 2021

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)

#if ! defined (JUCE_64BIT) && JUCE_MSVC // (can't compile this on win64, but it's not needed anyway with VST2.4)

@falkTX
Copy link

falkTX commented Aug 8, 2021

shouldn't this go to upstream juce? what do they say about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants