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

Error on Windows with JuceDemoPlugin #161

Closed
alfonso73 opened this issue Feb 24, 2017 · 3 comments
Closed

Error on Windows with JuceDemoPlugin #161

alfonso73 opened this issue Feb 24, 2017 · 3 comments

Comments

@alfonso73
Copy link

Hi, with Juce 4.3.1.
On Windows 7 64 bit using VS2015 as a target.
When i load JuceDemoPlugin ( the one in C:\Program Files\JUCE\examples\audio plugin demo )
in the Build tag of Projucer i have this error

error: C:\Program Files\Juce\examples\audio plugin demo\JuceLibraryCode\juce_audio_plugin_client_VST3.cpp: pragma comment requires parenthesized identifier and optional string

the code line at wich the error points to is

#pragma comment(linker, "/EXPORT:" FUNCTION "=" FUNCDNAME)

@tpoole
Copy link
Member

tpoole commented Feb 27, 2017

When i load JuceDemoPlugin ( the one in C:\Program Files\JUCE\examples\audio plugin demo )
in the Build tag of Projucer

Could you please provide some more details? What does "load" mean?

@alfonso73
Copy link
Author

Hi Tom, it happens when i open the JuceDemoPlugin with the Projucer. After the progress indicator in the Build tag has finished working the error appears in the Build tag area.

@ed95
Copy link
Contributor

ed95 commented Jul 4, 2019

The build error has been fixed in the latest version of JUCE, but it isn't possible to run the AudioPluginDemo in the Projucer's live-build engine as it does not have a default constructor. You should open the project in Visual Studio and build the standalone target if you want to test the plug-in out.

@ed95 ed95 closed this as completed Jul 4, 2019
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

3 participants