Hise compile DSP Networks as dll error
-
Create files
Creating C++ file for Network _3Dspacefx
Compiling dll plugin
Re-saving file: D:\Hise\Steroplugin\DspNetworks\Binaries\AutogeneratedProject.jucer
Finished saving: Visual Studio 2022
Finished saving: Xcode (macOS)
Finished saving: Linux Makefile
Compiling 64bit Spaceverb ...
The system cannot find the path specified.I get this error when im trying to DSP Networks as dll
(2nd day of plugin creation journey :) )
btw i followed david healey's course -
set your hise path?
-
@Adam_G thats the first thing I did. still didn't work
-
@NISHI_MUSIC you've compiled the develop branch of HISE?
-
@d-healey you mean the part where we install juice and visual studio right?
I done it as you said I used ipp not fftw so I skipped the fftw parts so there is no chance to get errors rightπ₯² -
@NISHI_MUSIC Are you using VS2022? Did you install it to the default location on your C drive? Did you successfully compile the instrument project?
-
@d-healey I installed it in documents folder and it's vs2022
I made fx plugin not instrument one
-
@NISHI_MUSIC said in Hise compile DSP Networks as dll error:
I made fx plugin not instrument one
You should do both, in order. There is stuff in each section that is relevant to all types of plugins.
@NISHI_MUSIC said in Hise compile DSP Networks as dll error:
I installed it in documents folder and it's vs2022
There's your problem. VS needs to be installed in the default location otherwise it can't be found.
-
@d-healey so in C: PROGRAM FILES kno?
-
@d-healey I watched instrument vid too I done the essential things
-
@NISHI_MUSIC said in Hise compile DSP Networks as dll error:
@d-healey so in C: PROGRAM FILES kno?
Yes I think that's right, it's been a while since I did it. Just leave it to whatever the default is when you run the installer. Or check the video to see the path I'm using.
-
@d-healey thank you so much I'll tell you after I done that
-
@d-healey I successfully got the vst3 file but after pased it to my vst folder and checked it in fl studio it didn't showed up.why is that ?
-
-
@d-healey it's in my D:\vsts
I made this folder to place my vst files a year and half ago the vsts in this folder works too -
@NISHI_MUSIC For VST3 there is a specific location on each OS that the plugin should be placed according the Steinberg specification
https://helpcenter.steinberg.de/hc/en-us/articles/115000177084-VST-plug-in-locations-on-Windows
-
it worked @d-healey thanks ill test it now
it worked after I placed it inside c drives vst3 file
thanks for teaching us im so happy
I've made plugins in patcher but never made vst3 plugin now I can bring my patcher plugins to life