I'm getting this error when I try to compile Hise as VST3, anyone know what it is? I only found one other post on the forum about it and it was related to perfetto but I have perfetto set to 0

Posts
-
C3861 - htonl
-
RE: Intel Performance Primitives
@d-healey thanks man, i figured out it was my settings script causing it to crash. working now :)
-
RE: Intel Performance Primitives
@d-healey
ah i see what buildversion is now haha , it opens the scripteditor to a line break i have and when i hit resume or compile it just quits
-
RE: Intel Performance Primitives
@d-healey I don't know it was in the top of my XML so I assumed it was relevant haha. Yes a new project opens
-
RE: Intel Performance Primitives
My project won't open now. I'm in the process of removing things in the XML since its validating okay, but the entire project is really just some parametric eqs so i dont think its anything in the project. should i change BuildVersion="650" ? @d-healey
i had some custom laf scripts in there so i moved all the scripts out to see if it would load with errors but it still crashes So its gotta be that or something i have in the oninit right? just guessing
-
RE: Intel Performance Primitives
@d-healey hey do you know if this was ever merged, or how can i download your edit? id really like to get ipp added
-
RE: Intel Performance Primitives
could you point me where to edit oh wise one @d-healey
-
RE: Intel Performance Primitives
@d-healey ahhhh wow that was very impressive detective work!
-
RE: Intel Performance Primitives
@d-healey a brain bender! following along ive tried all the above. ive also tried including the paths in the Additional Include Directories in the project properties (Project -> [project name] Properties, under C/C++ | General). but ho change
-
RE: Intel Performance Primitives
@d-healey said in Intel Performance Primitives:
C:\Program Files (x86)\Intel\oneAPI\ipp\latest\lib
thanks! that let me compile hise with oneapi default linking but im still getting error C1083: Cannot open include file: 'ipp.h': No such file or directory when i try compiling a vst with ipp :(
-
RE: Intel Performance Primitives
@d-healey okay thanks for the guidance ill try it a couple different things
-
RE: Intel Performance Primitives
pretty sure i need it, im drawing fft and getting some static. should i try an older hise version?
-
RE: Intel Performance Primitives
now im getting C1083: Cannot open in
clude file: 'ippcore.h': No such file or directory during the vst compile process -
RE: Intel Performance Primitives
switching back to the deprecated library has worked, im pretty sure my old installation still existed but might be because i installed oneApi
-
RE: Intel Performance Primitives
actually yes static library was enabled, i changed to Yes and the error is the same @d-healey
-
RE: Intel Performance Primitives
@d-healey ah nope let me give that a try
-
RE: Intel Performance Primitives
actually ive just installed it, and rebooted but im still getting error C1083: Cannot open in
clude file: 'ippcore.h': No such file or directory @d-healey