Compile third party c++ for plugin version of Hise
-
No matter what I do, the still appears as not compiled even though I get a compile 100% success from Hise exporter (and the hardcoded DLL is not appearing either). Same thing if I compile straight from XCode.

All this is working fine in Hise standalone...
Should I compile the plugin version of Hise with a specific Jucer setting for this to work?
It is to be noted that I removed the
mpopcntflag that was preventing me to compile Hise plugin. Could it be the reason for the C++ node to fail compiling? I doubt that because it's a x86 flag that seems to be now rejected by ARM which is my config, but who knows...