Help with compiling on windows
-
I have managed to build Hise the timestretch version from yesterday.
Both Faust and Perfetto is enabled
Now when I'm compiling a vst3 instrument I get an error and the compilation fails.
This is the error message in VS2022:C:\Users\ulrikboden\Music\Hise\Hise Projects\Euclidean Rhythms\AdditionalSourceCode\nodes\factory.cpp(29,58): error C20 27: use of undefined type 'hise::FrontendHostFactory' [C:\Users\ulrikboden\Music\Hise\Hise Projects\Euclidean Rhythms\B inaries\Builds\VisualStudio2022\Euclidean Rhythms_SharedCode.vcxproj]
Any help is appreciated.
-
- Don't use Perfetto, it's just a profiling framework that I'm using internally to optimize stuff.
- You need to reexport the DLL so that it creates the boilerplate C++ code with the updated method names (I've been refactoring the codebase a bit).
-
@Christoph-Hart thank you, it's solved now.
In some mystical way some nodes were in the AdditionalSourceCode folder, and I don't even have any of that stuff in this plugin.
I remember I started mixtring with script node to try something out, and I was in this project folder when I did that, it must had been a leftover.I just deleted them and everything went fine