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