MSB1009 error when compiling
-
@SampleScience When it asks to validate the sample references click no/cancel. There is clearly something not right with the sample references since it's giving you an error there. But the plugin should still compile without them.
-
Ok, here are 2 screenshots of the messages I have when I compile Windows VST 64-bit plugins.
https://imgur.com/nU5Lggj
https://imgur.com/fadLiKTOne is for MusicBox and the other BasicSynth. I don't use IPP so it's unticked in the preference (I try to make things as simple as possible).
-
These message are not from HISE, these are from Visual Studio. They are just warnings, nothing to worry about by the looks of it. If it says error or failed then it's a problem.
-
@d-healey said in MSB1009 error when compiling:
These message are not from HISE, these are from Visual Studio. They are just warnings, nothing to worry about by the looks of it. If it says error or failed then it's a problem.
What I do if the exported plugin isn't in the Compiled folder of the projects? What could be the cause of this problem? (By the way, your help is really appreciated)
-
@SampleScience I don't use Windows much and I can't remember the file location but I thought it would be in the build folder. Have you tried running a search on the project directory for a .dll?
-
@SampleScience your compiled plug in is in
{PROJECT FOLDER}/Binaries/Compiled/VST
or if you are building a stand alone app:
{PROJECT FOLDER}/Binaries/Compiled/App
-
@Lindon said in MSB1009 error when compiling:
@SampleScience your compiled plug in is in
{PROJECT FOLDER}/Binaries/Compiled/VST
or if you are building a stand alone app:
{PROJECT FOLDER}/Binaries/Compiled/App
I've looked in those paths and there's nothing. There must be something funky with my computer. I'm going to try on another computer with Windows 10 to see if it fixes the problem.
-
I gave it a try on macOS, surprisingly it's much easier and it works better and faster.
However, even if I can compile the plugin, I have the same problem. I export the VSTi + AUi and there's nothing in the binaries folder of my project. Clearly, there's something I must be doing wrong.
-
Got it working now, using a different project. It seems that the BasicSynth example is somehow outdated and doesn't export well. I've tried the MusicBox after installing everything the Visual Studio 2017 installer offered me to install and now it works!
The basic tutorial for the MusicBox really need to be updated, some of the files that are referred don't work with Hise v2.0 (it links to an older v1 version source code).
So now I'm creating a basic synth that I will test on different computers for export (my mac and 3 other windows computers I use for work). We'll see what happens. Hopefully, everything will work and export properly.
-
Yeah the tutorials definitely need to be updated for the next major release.
-
@Christoph-Hart said in MSB1009 error when compiling:
Yeah the tutorials definitely need to be updated for the next major release.
I'm going through the manual and it seems incomplete too. I wish I could help somehow, but I'm far from been a Hise expert (yet).
Maybe an upfront cost would be a good idea. Maize Sampler cost 66$ USD and it's not even close to Hise in terms of functionalities.
-
There‘s a new documentation system in the works but currently the best and most up to date source of information are David‘s videos from his Patreon page.
An up front cost is not really compatible with a GPL project so that‘s not really an option. Also throwing money in my direction will not magically multiply the time I have available ;)
-
@Christoph-Hart said in MSB1009 error when compiling:
An up front cost is not really compatible with a GPL project so that‘s not really an option. Also throwing money in my direction will not magically multiply the time I have available
lol, I was under the impression that you did this part-time, but I guess I was wrong.