HELP! A lot of errors
-
@13murderer Did you recompile HISE using the develop branch?
-
@d-healey recompiled the networks as dll - errors in previous message.
want to recompile hise project using the develop branch - image
-
@13murderer Recompile HISE using the develop branch. Then go to Help > About HISE and tell me what commit hash it shows there.
-
-
@13murderer That's not the latest commit. Not sure why it's showing that one, but should be new enough. Now try compiling the dll again - don't post a wall of error message though :)
-
@13murderer idk, i have same commit after 3 recompilings 4d7b66a3
-
-
@13murderer Make a new project, add just that one network, try compiling the DLL, see what happens.
-
@d-healey i dont want to throw a lot of errors and warnings :D
But

there is translate
Main.cpp
RNBO.cpp
include_hi_dsp_library_01.cpp
include_hi_dsp_library_02.cpp
include_hi_tools_01.cpp
include_hi_tools_02.cpp
include_hi_tools_03.cpp
include_juce_audio_basics.cpp
include_juce_audio_formats.cpp
include_juce_core.cpp
include_juce_data_structures.cpp
include_juce_dsp.cpp
include_juce_events.cpp
C:\Program Files\HISE\hi_dsp_library\node_api\helpers\ParameterData.h(476,41): warning C4309: initialization: truncation of constant value [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
(compiling source file "../../JuceLibraryCode/include_hi_dsp_library_01.cpp")C:\Program Files\HISE\hi_dsp_library\node_api\helpers\ParameterData.h(476,41): warning C4309: initialization: truncation of constant value [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
include_juce_graphics.cpp
(compiling source file "../../JuceLibraryCode/include_hi_tools_03.cpp")C:\Program Files\HISE\hi_dsp_library\node_api\helpers\ParameterData.h(476,41): warning C4309: initialization: truncation of constant value [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
(compiling source file "../../Source/Main.cpp")C:\Program Files\HISE\hi_dsp_library\node_api\helpers\UIUpdater.h(117,15): warning C4996: 'juce::Array<juce::WeakReferencehise::DllUpdaterBase,juce::ReferenceCountedObject,juce::DummyCriticalSection,0>::swapWithArray': This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
(compiling source file "../../JuceLibraryCode/include_hi_dsp_library_01.cpp")C:\Program Files\HISE\hi_dsp_library\node_api\helpers\UIUpdater.h(117,15): warning C4996: 'juce::Array<juce::WeakReferencehise::DllUpdaterBase,juce::ReferenceCountedObject,juce::DummyCriticalSection,0>::swapWithArray': This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
(compiling source file "../../JuceLibraryCode/include_hi_tools_03.cpp")C:\Program Files\HISE\hi_dsp_library\node_api\helpers\ParameterData.h(476,41): warning C4309: initialization: truncation of constant value [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
(compiling source file "../../JuceLibraryCode/include_hi_tools_01.cpp")C:\Program Files\HISE\hi_dsp_library\node_api\helpers\UIUpdater.h(117,15): warning C4996: 'juce::Array<juce::WeakReferencehise::DllUpdaterBase,juce::ReferenceCountedObject,juce::DummyCriticalSection,0>::swapWithArray': This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
(compiling source file "../../Source/Main.cpp")C:\Program Files\HISE\hi_dsp_library\dsp_nodes\AnalyserNodes.cpp(171,33): warning C4305: argument: truncation from "double" to "float" [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
(compiling source file "../../JuceLibraryCode/include_hi_dsp_library_01.cpp")C:\Program Files\HISE\hi_dsp_library\dsp_nodes\AnalyserNodes.cpp(292,7): warning C4189: lastRealIndex: local variable initialized but not used [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
(compiling source file "../../JuceLibraryCode/include_hi_dsp_library_01.cpp")C:\Program Files\HISE\hi_dsp_library\dsp_nodes\AnalyserNodes.cpp(371,9): warning C4189: deltaY: local variable initialized but not used [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
(compiling source file "../../JuceLibraryCode/include_hi_dsp_library_01.cpp")C:\Program Files\HISE\hi_dsp_library\node_api\helpers\UIUpdater.h(117,15): warning C4996: 'juce::Array<juce::WeakReferencehise::DllUpdaterBase,juce::ReferenceCountedObject,juce::DummyCriticalSection,0>::swapWithArray': This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\Builds\VisualStudio2022\3_DynamicLibrary.vcxproj]
(compiling source file "../../JuceLibraryCode/include_hi_tools_01.cpp")include_juce_gui_basics.cpp
Creating library .....\dll\Dynamic Library_3.lib and object .....\dll\Dynamic Library_3.exp
Build finished
Build succeeded
3_DynamicLibrary.vcxproj -> C:\Users\sebas\Desktop\PLUGIN\3\DspNetworks\Binaries\dll\Dynamic Library_3.dll
Press any key to continue . . . -
@13murderer said in HELP! A lot of errors:
i dont want to throw a lot of errors and warnings :D
You can ignore warnings, they're not a problem. You only need to be concerned with errors.
It looks like it all went ok
Creating library .....\dll\Dynamic Library_3.lib and object .....\dll\Dynamic Library_3.exp Build finished Build succeeded

