Skip to content

Observations when using Win10 + VS 2019 #1

Description

@prospectumdev

I have just tried to compile TConvolve under Win10 with VS 2019 (using IPP support).

In order to make it work, I had to change line 180 in juce_PropertySet.cpp from juce::ScopedPointer<...> to
auto xml = std::make_unique<XmlElement> (nodeName);

The VST2 version works in Cantabile, while the VST3 version crashes the Juce Plugin-Host test environment.

Thought you might want me to share my obsevations with you.
Have a nice day!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions