DSP Network Compilation error
-
I tried compiling my DSP network as a DLL. When I compile it in a test project, it completes successfully. However, when I attempt to compile it in my actual project, I receive an error that simply says "Compilation error" without any additional message or details.
-
@Oriah-Beats said in DSP Network Compilation error:
When I compile it in a test project, it completes successfully.
Copy the DLL across to your main project, no need to recompile it
-
@d-healey thanks for your replay. do i have to rename it because i see it as the name of my test project. i am just new on hise
-
@Oriah-Beats good question, I'm not sure, try it and see, hopefully it will work
-
@d-healey I renamed it. it works perfectly fine. Thank you