Skip to content

No entrypoint main in VST2 #21

@jpcima

Description

@jpcima

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions