VST3 build fail on Windows
-
OK so I'm trying to build a vst3 plugin on windows. Its failing (right at the end) because it cant find flock.ccp -- which isnt present in the version of VST SDK that "ships" with HISE (apparently Steinberg moved it) -can anyone point me at the right VST SDK I can use to build VST3 plugins?
Edit - sadly its not V3.6.7 -- which crashes out with all sorts of errors...
My research seems to infer we dont have a well match JUCE version and VST SDK
Edit - so its not 3.6.14 (the latest version) as this also produces errors...
Any clue at all here would help...
Right....Well 3.6.9 compiles something (I cant get 3.6.8 to download)... you have to copy the folder "vst2.x" from the original shipping VST SDK/plugininterfaces to the same spot in 3.6.9
-
@Lindon I experienced this as well. I posted a solution that involves copying files from one SDK folder to another. See if you can find it in the search
-
@dustbro said in VST export failed:
@ulrik said in VST export failed:
orry I can't figure it out what is wrong
Figured it out.
#1 - copy the sdk from the JUCE folder to TOOLS folderCOPY \JUCE\modules\juce_audio_processors\format_types\VST3_SDK TO \tools\SDK
#2- copy vst2.x folder to new sdk
COPY \tools\SDK\VST3 SDK\pluginterfaces\vst2.x TO \tools\SDK\VST3_SDK\pluginterfaces\vst2.x
#3- in Tools folder
REMOVE OR RENAME VST3 SDK
#4 - in Tools folder
RENAME VST3_SDK TO VST3 SDK
-
@dustbro - yes if you read my post at the end thats exactly what I doscoverd - except these no need for the VST SDK folder copying... only vst2.x