Forum
    • Categories
    • Register
    • Login

    HELP! A lot of errors

    Scheduled Pinned Locked Moved General Questions
    29 Posts 3 Posters 792 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • David HealeyD
      David Healey @13murderer
      last edited by

      @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 :)

      Free HISE Bootcamp Full Course for beginners.
      YouTube Channel - Public HISE tutorials
      My Patreon - HISE tutorials

      1 Reply Last reply Reply Quote 1
      • 1
        13murderer @13murderer
        last edited by

        @13murderer idk, i have same commit after 3 recompilings 4d7b66a3

        1 1 Reply Last reply Reply Quote 0
        • 1
          13murderer @13murderer
          last edited by

          @13murderer e21a46f5-0c30-466d-a87e-69f8ca4c1aa3-image.png

          David HealeyD 1 Reply Last reply Reply Quote 0
          • David HealeyD
            David Healey @13murderer
            last edited by

            @13murderer Make a new project, add just that one network, try compiling the DLL, see what happens.

            Free HISE Bootcamp Full Course for beginners.
            YouTube Channel - Public HISE tutorials
            My Patreon - HISE tutorials

            1 1 Reply Last reply Reply Quote 0
            • 1
              13murderer @David Healey
              last edited by

              @d-healey i dont want to throw a lot of errors and warnings :D
              But
              04b91848-65a2-4924-b7f3-50761e42e07a-image.png

              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 . . .

              David HealeyD 1 2 Replies Last reply Reply Quote 0
              • David HealeyD
                David Healey @13murderer
                last edited by

                @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
                

                Free HISE Bootcamp Full Course for beginners.
                YouTube Channel - Public HISE tutorials
                My Patreon - HISE tutorials

                1 Reply Last reply Reply Quote 0
                • 1
                  13murderer @13murderer
                  last edited by

                  @13murderer hey, i wrapped this shaper to a dsp network so i can compile the final dll, and it throw same errors. Am i doing something wrong?
                  Maybe i need to compile this dll in other way

                  David HealeyD 1 Reply Last reply Reply Quote 0
                  • David HealeyD
                    David Healey @13murderer
                    last edited by

                    @13murderer said in HELP! A lot of errors:

                    and it throw same errors.

                    I thought you'd solved the errors? In your last post there are only warning.

                    If you're going to post lots of compiler output please wrap it in code tags using this button 9cefdd5f-eeed-455e-9570-cdb2c9811c56-image.png

                    This will add some formatting and make it easier to read.

                    Free HISE Bootcamp Full Course for beginners.
                    YouTube Channel - Public HISE tutorials
                    My Patreon - HISE tutorials

                    1 1 Reply Last reply Reply Quote 0
                    • 1
                      13murderer @David Healey
                      last edited by

                      @d-healey i will create new project without any snex, so i will just ignore those all troubles. Thanks for service!

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post

                      37

                      Online

                      2.1k

                      Users

                      13.2k

                      Topics

                      114.4k

                      Posts