Compilation Error
-
As in the subject, but to specify – I'm trying to compile my project into VST x64 instrument (but trying to compile into different VSTs gives the same result). I have no idea what's going on, especially that I'm getting nothing specific in the console. I've tried compiling (as can be seen) at different stages of project. That's all I've ever got (last line appeared with error message, previous are from compilations I've tried to make before):
I'm stuck. I have no idea what could be wrong. I have both SDKs, Visual Studio 2017 (with C++ extensions, maybe something here I should download..?), HISE source code; also everything is set correctly in preferences.
Also thank you for your patience with my poor English.
-
Looks like you have an error there with your sample map. MAIN.ch1
-
@dustbro it looks like an error i have seen before. Sample card saved but samples not converted and moved
-
I've made a samplemap and exported it into monolith file. Still the same error with nothing but "MAIN: Writing MAIN ... 0 kB" in the console.
EDIT: I've made new project – simple sythesizer. Still the same problem: compilation error message and nothing in the console.
-
@captainaryel Which version of HISE?
-
@d-healey 2.0.0
-
@captainaryel There's ya problem. Build the latest scriptnode and I think this problem will vanish.
-
@d-healey I'm trying. The the furthest I got is a bunch of C4100 warnings and fatal errors C1083 (some ipp.h files related).
Also C4018, C4389.I'm starting to think that this is not for me.
-
@captainaryel I have a somewhat out of date video about building HISE (for now disable IPP):
-
@d-healey done succefully, thank you. But in the HISE there is still the same problem, nothing has changed.
-
@captainaryel Have you set the HISE path in your project preferences?
-
@d-healey yep.
-
@captainaryel How many copies of the HISE source code do you have on your system?
-
@d-healey 1. Files with compilation of HISE 2. the same files, but in different folder; I thought that the folder with source code needs to the fresh, without compilation, but I don't know if this is true.
But I tried compiling before I've downloaded fresh files, but with the same results. -
@captainaryel You should only have one copy on your system, the scriptnode one, remove any others. Then double check that your project preferences path is pointing to the scriptnode version of the code.
If it still doesn't work after that make a little video so I can see your whole export process.
-
@d-healey sorry for the awful quality, couldn't get it better
-
What version of Visual Studio do you have? Have you selected the correct version in project preferences? Could you click on the HISE logo and tell me what info it gives?
-
@d-healey 2017; yes; here you go:
-
Are you able to export as a standalone application?
-
@d-healey sadly, no.