ERROR C1083
-
Hey there, it is my first day with HISE and i build a simple Synth with no GUI yet.
When i export my VST or Standalone it gives me some Errors.I hade a simmilar error before i installed IPP to my Visual Studio 2017, but this got fixed and i build the newest Hise version from GitHub without Errors. Followed the Tutorial from @d-healey there, much apprechiated!
Any Ideas what is missing for the Export? I am currently learning and could not find the solution yet :)
-
@Straticah Still seems to be and IPP issue.
-
@Dan-Korneff thank you for the fast reply, do you know if this is the right download on the IPP to work with?
I personally never used IPP before, it asked me to install it for VS 2017 maybe it also needs to be installed separately?The filename of my exe: w_ipp_oneapi_p_2021.6.1.9562.exe
-
@Straticah Use the chapter markers to skip to the IPP stuff.
-
@d-healey thank you, will do!
Is there a possibility that my Hise build (eventho it gave no Error) is causing the VST export error? -
@Straticah No, it's due to IPP being enabled for your project. Is your project called HISE?
-
@d-healey alright, i just checked and had all the 3 IPP steps enabled. Also Building HISE new in VS gave me no Error.
Any other mistakes i could have made there? BTW thanks a lot for your videos, really helped a lot so far. -
@Straticah said in ERROR C1083:
Any other mistakes i could have made there?
All I see from what you posted is that it's something IPP related.
-
@d-healey I will see if i find a solution by reinstalling or using a newer Juce or VS.
What IPP Version is the one i need? I dowloaded one from Intel but maybe i got the wrong one? Posted the Installer exe here earlier. -
I will see if i find a solution by reinstalling or using a newer Juce or VS.
Everything you need comes with HISE. Use VS 2017.
What IPP Version is the one i need? I dowloaded one from Intel but maybe i got the wrong one? Posted the Installer exe here earlier.
Whatever the latest is should be fine. Follow the instructions in my video but use VS 2017 instead of 2022 (until Christoph updates HISE to handle VS2022 more easily).
-
@d-healey alright i will be reinstalling IPP again with the help of your video :)
-
@Straticah @d-healey so i reinstalled IPP with the API version installer from the video, uninstalled my old IPP, rebuild HISE in VS2017 without any error, Installed it again but got the same Error inside the hise export dialogue again. I think it sstrange that building hise works but exporting from it does not since it uses the same IPP no?
I will try to build a non IPP version of Hise, will this effect end user performance?
-
@Straticah Have you unchecked the IPP checkbox in your project preferences? How many copies of the HISE source code do you have?
I will try to build a non IPP version of Hise, will this effect end user performance?
It might do if you're using any of the FFT stuff (convolution reverb for example).
-
@d-healey Ah i see, the convolution reverb is a nice feature. Dont wanna miss it. I unchecked IPP in Preferences of HISE and the export seems to work. Atleast my first working export.
I also get this line which is not an error but maybe has to do with the error? It say W1 will be overwritten by W0
-
@Straticah Ignore warnings, those are Christoph's problem not ours :)
-
@d-healey haha got it! thx for your time! I am a professional GUI designer and want to start building my own code. You have really helped me so far. Eventho i have to disable IPP for now i can continue to lean the software and its features :)
-
@Straticah I had to disable IPP on all of my projects because of the distortion issue on some DAWs that users reported. Convolution reverb & IPP is a dangerous combination when you use them with the oversampling
-
@orange Ah makes sense, the convolution is the only great sounding reverb in HISE tho, any open scripts for a basic algorithm reverb that work well with hise?
Just wondering :) -
You can use SNEX feature in the Scriptnode: https://docs.hise.audio/scriptnode/manual/snex.html
-
@orange thank you, this really helped the reverb is not bad. I will see if there is an open library to more effects that are compatible with script node.