Newest hise wont compile vs2015
-
Severity Code Description Project File Line Suppression State
Warning C4456 declaration of 'w' hides previous local declaration (compiling source file ....\JuceLibraryCode\include_hi_components.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_components\wave_components\SampleDisplayComponent.cpp 756
Warning C4456 declaration of 'r' hides previous local declaration (compiling source file ....\JuceLibraryCode\include_hi_components.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_components\wave_components\SampleDisplayComponent.cpp 886
Warning C4456 declaration of 'l' hides previous local declaration (compiling source file ....\JuceLibraryCode\include_hi_components.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_components\wave_components\SampleDisplayComponent.cpp 901
Warning C4456 declaration of 'l' hides previous local declaration (compiling source file ....\JuceLibraryCode\include_hi_components.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_components\wave_components\SampleDisplayComponent.cpp 917
Warning C4456 declaration of 'r' hides previous local declaration (compiling source file ....\JuceLibraryCode\include_hi_components.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_components\wave_components\SampleDisplayComponent.cpp 931
Warning C4244 '=': conversion from 'unsigned int' to 'uint8_t', possible loss of data (compiling source file ....\JuceLibraryCode\include_hi_core.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_core\additional_libraries\tiny_aes\aes.c 189
Warning C4456 declaration of 'delta' hides previous local declaration (compiling source file ....\JuceLibraryCode\include_hi_dsp.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_dsp\modules\ModulatorSynth.cpp 243
Warning C4267 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data (compiling source file ....\JuceLibraryCode\include_hi_core.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_core\hi_core\AES.cpp 60
Warning C4267 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data (compiling source file ....\JuceLibraryCode\include_hi_core.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_core\hi_core\AES.cpp 71
Warning C4267 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data (compiling source file ....\JuceLibraryCode\include_hi_core.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_core\hi_core\AES.cpp 87
Warning C4458 declaration of 'archiveFile' hides class member (compiling source file ....\JuceLibraryCode\include_hi_core.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_core\hi_core\BackgroundThreads.cpp 582
Warning C4100 'maxTimestamp': unreferenced formal parameter (compiling source file ....\JuceLibraryCode\include_hi_core.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_core\hi_core\HiseEventBuffer.cpp 281
Warning C4100 'otherBuffer': unreferenced formal parameter (compiling source file ....\JuceLibraryCode\include_hi_core.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_core\hi_core\HiseEventBuffer.cpp 281
Warning C4800 'float': forcing value to bool 'true' or 'false' (performance warning) (compiling source file ....\JuceLibraryCode\include_hi_modules.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_modules\effects\fx\ShapeFX.cpp 56
Warning C4100 'macroIndex': unreferenced formal parameter (compiling source file ....\JuceLibraryCode\include_hi_modules.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_modules\synthesisers\synths\GlobalModulatorContainer.cpp 156
Warning C4244 'argument': conversion from 'double' to 'float', possible loss of data (compiling source file ....\JuceLibraryCode\include_hi_modules.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_modules\synthesisers\synths\GlobalModulatorContainer.cpp 362
Warning C4244 '=': conversion from 'double' to 'float', possible loss of data (compiling source file ....\JuceLibraryCode\include_hi_modules.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_modules\synthesisers\synths\GlobalModulatorContainer.cpp 363
Warning C4244 'argument': conversion from 'double' to 'float', possible loss of data (compiling source file ....\JuceLibraryCode\include_hi_modules.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_modules\synthesisers\synths\GlobalModulatorContainer.cpp 388
Warning C4244 'initializing': conversion from 'const int' to 'juce::uint8', possible loss of data (compiling source file ....\JuceLibraryCode\include_hi_core.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\juce\modules\juce_core\containers\juce_Array.h 669
Warning C4189 'samplesToFill': local variable is initialized but not referenced (compiling source file ....\JuceLibraryCode\include_hi_streaming.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming\StreamingSamplerSound.cpp 201
Warning C4100 'sound': unreferenced formal parameter (compiling source file ....\JuceLibraryCode\include_hi_streaming.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming\StreamingSamplerVoice.cpp 680
Warning C4100 'notifyEditor': unreferenced formal parameter (compiling source file ....\JuceLibraryCode\include_hi_scripting.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_scripting\scripting\api\ScriptingApiContent.cpp 955 -
Use the 2017 version
-
Use the 2017 version
This and make sure you pull the
master
branch. I am doing a lot of work in progress stuff on thedevelopment
branch which is not supposed to be used for "production". -
same now that i upgraded to vs2017. pulled from master branch as usual now these errors
Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\Source\Main.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming.h 68
Error C1083 Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_components.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming.h 68
Error C1083 Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_backend.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming.h 68
Error C1083 Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\Source\MainComponent.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming.h 68
Error C1083 Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_core.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming.h 68
Error C1083 Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_dsp.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming.h 68
Error C1083 Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_modules.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming.h 68
Error C1083 Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_streaming.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming.h 68
Error C1083 Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_scripting.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming.h 68
Error C1083 Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_sampler.cpp) HISE Standalone_App c:\users\admin\documents\github\hise\hi_streaming\hi_streaming.h 68 -
not sure what happened but ever since trying to update hise nothing is getting close to compiling. never had an issue like this. going on hour 6 of simply trying to compile the new hise smhhhhh
-
over and over asking for an sdk know ive installed 3 times
-
https://forum.hise.audio/topic/626/discard-vs2015
You need to reinstall IPP with the VS2017 Extension.
-
i had gotten to that point and i had the ipp for vs2015
im guessing 2018 update 3 will work
-
heads up..after updating to vs 2017, getting sdks, getting the vs2017 IPP i now have 1176 errors....and no compile still
-
now it finally built but exe is in app folder and crashes instantly on launch :( this is fun
-
9 hours lol
-
@mwplugs Can you run it in the terminal and see if it gives any errors on crash?
-
@d-healey how do u do that
-
@mwplugs I don't know if it works on Windows, but open the command prompt, drag the exe onto it, and hit enter. Once HISE crashes it should display some messages in the command prompt window which might hint at the cause of the crash.
-
@d-healey i noticed asio4all is launching beforehand. how do you stop hise from recalling old settings and simply use builtin mme etc
-
i figured out the issue after all the others was asio4all. finally upgraded