Trying to compile the develop branch....
-
@d-healey within VS?
Whats the command to do that?
-
@lindon It's in the build menu, it's called something like "clean project" or "clean solution"
-
OK did that - nope still failing with:
c:\hise\hi_dsp_library\snex_basics\snex_indextypes.h(64): error C2825: 'IndexType': must be a class or namespace when followed by '::' (compiling source file ..\..\JuceLibraryCode\include_hi_dsp_library_01.cpp)
-
@lindon When you switched branch did it change to the newer projucer version?
-
@d-healey yes.
-
@lindon I have a dude doing some electrical work at the moment so I'll be without power for a bit but I can get on a call with you later this afternoon and see if we can figure out what's going on if you like.
-
@d-healey yep that'd be good - thanks mate. Let me know when you are free...
-
@lindon - well I reverted to master and that will compile correctly....but branch(ing) to develop gives me all these IndexType errors again....
-
@lindon well the problems continue....
I removed VS2017 and installed Vs2019, and then I needed to install an SDK 10.0.16xxx to get the release project to compile, but now as soon as I laod my MAJO|R project (4 samplers) it does this:
-
@lindon - OK uninstalled 2019 and re-installed 2017 and I can get the Release to build, but when I load my project HISE just crashes, built the debug version - load my project and HISE just hangs...
This has become deeply depressing...close to giving up.
-
@lindon There is something in your project that is not compatible with the dev branch, this is to be expected with a complex project, I had a few projects that wouldn't open without a bit of tweaking. It's usually something really simple.
Open your main script in a text editor and comment out almost everything. The project should open, if it doesn't then the problem isn't with your script. If it does open, start uncommenting stuff until the problem appears.
If you want to use a more professional approach you could debug it in visual studio, but who wants to do that :p
-
@d-healey thanks.