Can't compile a DLL from the Export menu without getting an error message??? Can anyone help
-
@GreekProgrammer Sometimes I find I need to move some of RNBO's dependency files into HISE (not really sure why), but it usually solves my issues. It's not clear to me from what you have said, but you are able to build HISE successfully, but you are not able to import the RNBO file? There are other caveats to the RNBO import, like making sure the class and export name are the same, disabling polyphony, etc. https://docs.hise.audio/glossary/rnbo.html
It might be worth running a tester, simplified RNBO patch first before importing your main project, as this might reveal some issues with your RNBO patch and/or its compatibility in HISE.
-
@HISEnberg Thank you!
I have indeed moved the main rnbo folder into the ThirdParty\src folder with the rnbo output cpp files too? I have successfully built HISE no problem and am able to import the RNBO C++ files directly into HISE (again no problem.) it all goes pear-shaped when I export the DLL and the error for the PATH arises?Funnily enough (as you rightly say!) I have also ensured the Class and RNBO export are all the same name with the necessary options disabled (as per the link you sent.
I have followed the tutorial for the RNBO Chorus Pedal Extras and this imports into HISE no problem too...it's the PATH that is the issue?
HERE IS THE ERROR WHEN I SELECT EXPORT>COMPILE DSP NETWORKS AS DLL...
Thank you so much for your help with this though! :-)
-
@GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:
I have selected RELEASE from the build menu
Looks like you haven't extracted the ASIO SDK, and looks like you're trying to compile the plugin version of HISE instead of the standalone.
Main YouTube Channel - is that you? A Yorkshire Man maybe like myself!
That's me!
-
Hi, I extracted the SDK files into the folder too and followed the JUCE online tutorial for the non standalone version!
I got so fed up with it all so I’ve deleted it!
-
@GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:
JUCE online tutorial
What tutorial is this?
You need to compile the standalone version of HISE. You can't move forward with exporting your project until you've done this.
Delete all copies of the HISE source code on your system
Download the develop branch of the HISE source from github
Extract the sdk.zip file into the tools/SDK folder so it looks like the image below
Open the Projucer application included with the HISE source code >> tools/projucer
From within Projucer load the HISE standalone project >> projects/standalone/HISE Standalone.jucer
Still in Projucer select File >> Save and open in IDE - this will launch Visual Studio
Go to the build menu and select Build solution -
Hi! Thank you so much and so sorry to have been a pest on the forum.
I’ll get a rest and return to this tomorrow!
Take care -
@GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:
sorry to have been a pest on the forum.
You're not, the system is complicated and not good at guiding new users. Your posts highlight this issue and leads us to find solutions.
-
@d-healey Hi!
I am on the case...
-
Here goes!
-
Imported and saved to IDE for building...so far so good...
Built a Debug version first.
Cleared the build Directory
Re-built a Release version... -
So far so good!
Just cleaned the directory...
in the x64>Debug>App folder is no exe.
Ready for release build now...this may take a little longer though.
-
This is a new one! HISE running in the VS environment (that didn't happen previously!!!)
Here she is in all her glory HISE Developer -
@GreekProgrammer
I hope I am not a pain! Here is the compiled exe file in the x64 folder -
And here is the path to the main source code added in...
-
@GreekProgrammer
And now for the Magic!I have copied my RNBO cpp files into an src folder in the files ThirdParty folder so it can find the RNBO C++ file in HISE..
and here is the bad boy!
all good so far.....
now this is where it all goes WRONG :-((((((. ......
-
@GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:
now this is where it all goes WRONG :-((((((. ......
Tell me more
-
Export>Compile DSP networks as dll...
Std error message (clicking on OK next...)
Both my chorus and PlateXRM externals are showing (So good so far)..Note the Chorus is from the RNBO Extras template pedal - so its a standard preset Max example that works.
-
AND LAW AND BEHOLD..... ITS DONE IT AGAIN :-{}
AAAAARRRGGGGHHHHHH!!!!!!
Maybe another JEDI can help here!
I tried my best, honest Guv! -
@GreekProgrammer Are you able to compile the dll if you don't have your RNBO thing in there?
-
@d-healey Hi...Apologies for the entire transcript and walk-through. The only thing I can think of is one of 2 things:
I have an installed version of JUCE on my PC already (so not the version provided in the Zip that I used to compile with)
or
I have a pointer to Visual Studio 2017 and that is confusing matters. I have uninstalled VS 2017 a very long time ago, (UNREAL ENGINE/Android developer) so maybe it's in the registry somewhere?
Uuummmm