Managed to compile VST3 on windows!
-
@ulrik You can use InnoSetup and HISE has a command line tool to generate the InnoSetup script to build the installer.
-
@ustk No problems, I know how to do it on mac using "Package", I guess I'll find some, not so different from package, for windows as well :)
-
@d-healey Ah, innoSetup, and where do I find it?
-
-
-
You might also find these threads helpful
https://forum.hise.audio/topic/1505/installers/23
https://forum.hise.audio/topic/1514/installer-scripts-window-inno/5 -
-
Can someone enlighten me on how to compile VST3 plugins?
I've downloaded the latest SDK, but getting errors:c:\program files\hise-scriptnode\juce\modules\juce_audio_processors\format_types\juce_vst3headers.h(148): error C2374: 'iid': redefinition; multiple initialization c:\program files\hise-scriptnode\tools\sdk\vst3 sdk\pluginterfaces\base\coreiids.cpp(24): note: see declaration of 'i id' c:\program files\hise-scriptnode\juce\modules\juce_audio_processors\format_types\juce_vst3headers.h(154): error C2374: 'iid': redefinition; multiple initialization c:\program files\hise-scriptnode\tools\sdk\vst3 sdk\pluginterfaces\base\coreiids.cpp(25): note: see declaration of 'i id' c:\program files\hise-scriptnode\juce\modules\juce_audio_processors\format_types\juce_vst3headers.h(155): error C2374: 'iid': redefinition; multiple initialization c:\program files\hise-scriptnode\tools\sdk\vst3 sdk\pluginterfaces\base\coreiids.cpp(26): note: see declaration of 'i id' c:\program files\hise-scriptnode\juce\modules\juce_audio_processors\format_types\juce_vst3headers.h(156): error C2374: 'iid': redefinition; multiple initialization c:\program files\hise-scriptnode\tools\sdk\vst3 sdk\pluginterfaces\base\coreiids.cpp(27): note: see declaration of 'i id' c:\program files\hise-scriptnode\juce\modules\juce_audio_plugin_client\vst3\juce_vst3_wrapper.cpp(55): fatal error C108 3: Cannot open include file: 'pluginterfaces/vst2.x/vstfxstore.h': No such file or directory
-
@dustbro said in Managed to compile VST3 on windows!:
3: Cannot open include file: 'pluginterfaces/vst2.x/vstfxstore.h': No such file or directory
Do you have this structure in the SDK folder?
-
@dustbro I never succeeded with the downloaded SDK, but the
sdk.zip
works once extracted as @ulrik showed above (you only need theVST3 SDK
folder)