Engine.createGlobalScriptLookAndFeel not work
-
@Gabriel-Strozi said in Engine.createGlobalScriptLookAndFeel not work:
I just downloaded and installed using the .exe installer.
Oh that explains everything. You're using an ancient version of HISE.
Follow the instructions on the github page or in my tutorial video. Ignore the stuff about using IPP it will just cause you more headaches. You will need to add
USE_IPP=0
to the preprocessor definitions in Projucer, disable IPP in the hi_core module, and delete any paths in the extra search paths that reference IPP (it should make sense after you've watched the video). -
@d-healey said in Engine.createGlobalScriptLookAndFeel not work:
Oh that explains everything. You're using an ancient version of HISE.
Follow the instructions on the github page or in my tutorial video.
I made all steps you teach in your video. Also change IPP on Projucer to "Disabled". Then opened on VS2017, adjusted all settings as you show and then recompiled HISE.
Even doing all this, Engine.createGlobalScriptLookaAndFeel() can't be found. :/
And also, when trying to export, VST SDK is missing (even with the VST3 SDK folder inside the tool>sdk folder. :/
-
Did you delete all other copies of HISE and the HISE source code before you compiled?
-
@d-healey said in Engine.createGlobalScriptLookAndFeel not work:
Did you delete all other copies of HISE and the HISE source code before you compiled?
Yes, I deleted old versions, all HISE-master, HISE-develop and HISE-scriptnode .rar and folders, deleted data from Roaming folder, etc.
I tried it again and the same: no Engine.createGlobalScriptLookAndFeel :/
-
@Gabriel-Strozi Click on the HISE logo and post a screenshot of what you see there
-
I see this!
-
Looks good. Post the HISE script you're trying to compile.
-
Do you mean the .jucer archive?
-
@Gabriel-Strozi No I mean your script inside HISE. The place you are writing Engine.createGlobalScriptLookAndFeel(), etc.
-
Ah, ok!
It's here://Look and Feel Section const laf = Engine.createGlobalScriptLookAndFeel();
And the error:
-
And the function is not present in APICollection:
-
I have no idea what you've done because that function has been in HISE for about a year if not more, so even if you were compiling the master branch it should be there.
Are you free to do a video call with screenshare?
-
@d-healey Thanks for all support. Problably I done anything wrong, even following all the steps you teach.
Wow, I really appreciate your help! Yes, I'm free now to do a video call
-
This post is deleted! -
This post is deleted!