HISE Logo Forum
    • Categories
    • Register
    • Login

    Can't compile a DLL from the Export menu without getting an error message??? Can anyone help

    Scheduled Pinned Locked Moved C++ Development
    71 Posts 4 Posters 4.3k 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.
    • d.healeyD
      d.healey @GreekProgrammer
      last edited by d.healey

      @GreekProgrammer Nope, you've added a waveform generator and an effect. Try again. Once you have an empty project go to Export >> Export as Standalone Application

      Libre Wave - Freedom respecting instruments and effects
      My Patreon - HISE tutorials
      YouTube Channel - Public HISE tutorials

      G 2 Replies Last reply Reply Quote 0
      • G
        GreekProgrammer @d.healey
        last edited by

        @d-healey Whoops so sorry OK here goes....

        92984e10-3959-4e32-b2c9-3fefb453aeb4-image.png

        Same again!
        Top man though (good idea)

        d.healeyD 1 Reply Last reply Reply Quote 0
        • G
          GreekProgrammer @d.healey
          last edited by

          @d-healey
          The same error occurs for the Rhapsody project too

          1 Reply Last reply Reply Quote 0
          • d.healeyD
            d.healey @GreekProgrammer
            last edited by

            @GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:

            Same again!

            That's good. It means it is not a problem related to RNBO or scriptnode specifically.

            Open a command prompt (cmd) and type msbuild and hit enter, tell me what happens.

            Libre Wave - Freedom respecting instruments and effects
            My Patreon - HISE tutorials
            YouTube Channel - Public HISE tutorials

            G 1 Reply Last reply Reply Quote 0
            • G
              GreekProgrammer @d.healey
              last edited by

              @d-healey

              Hello!

              here is what has happened...

              C:>msbuild
              'msbuild' is not recognized as an internal or external command,
              operable program or batch file.

              d.healeyD 1 Reply Last reply Reply Quote 0
              • d.healeyD
                d.healey @GreekProgrammer
                last edited by

                @GreekProgrammer Mystery solved, you need to install msbuild - this should be available from the Visual Studio installer if I recall correctly.

                Libre Wave - Freedom respecting instruments and effects
                My Patreon - HISE tutorials
                YouTube Channel - Public HISE tutorials

                G 1 Reply Last reply Reply Quote 0
                • G
                  GreekProgrammer @d.healey
                  last edited by

                  @d-healey

                  Hi! I hope so 100% believe you are on the case!
                  Is there any particular version to download...I'll take a screenshot in a moment.
                  Thank you

                  G d.healeyD 2 Replies Last reply Reply Quote 0
                  • G
                    GreekProgrammer @GreekProgrammer
                    last edited by

                    @GreekProgrammer

                    Heres the shot...
                    62979aef-d665-48fe-ad5a-cf781619420c-image.png

                    1 Reply Last reply Reply Quote 0
                    • d.healeyD
                      d.healey @GreekProgrammer
                      last edited by

                      @GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:

                      Is there any particular version to download...I'll take a screenshot in a moment.

                      I'm not sure, I don't remember having to install it separately so I guess it was already checked along with whatever other options I selected at the time.

                      Libre Wave - Freedom respecting instruments and effects
                      My Patreon - HISE tutorials
                      YouTube Channel - Public HISE tutorials

                      G 1 Reply Last reply Reply Quote 0
                      • G
                        GreekProgrammer @d.healey
                        last edited by

                        @d-healey

                        I've just installed it...
                        34640683-2ec5-4c14-a140-4a75150019d6-image.png

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          GreekProgrammer @GreekProgrammer
                          last edited by

                          @GreekProgrammer

                          NOPE Still no joy :-(

                          010ec157-30a2-4610-8dfd-68a987b7debe-image.png Screenshot 2024-06-26 161042.png

                          d.healeyD 1 Reply Last reply Reply Quote 0
                          • d.healeyD
                            d.healey @GreekProgrammer
                            last edited by

                            @GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:

                            NOPE Still no joy :-(

                            Use the test project for now, I think you'll still hit the error

                            Libre Wave - Freedom respecting instruments and effects
                            My Patreon - HISE tutorials
                            YouTube Channel - Public HISE tutorials

                            G 1 Reply Last reply Reply Quote 0
                            • G
                              GreekProgrammer @d.healey
                              last edited by

                              @d-healey
                              yep still the same error!

                              AAAARRRGGGHHH!

                              I GIVE UP

                              What do you think it could be?
                              Screenshot 2024-06-26 162508.png

                              Christoph HartC d.healeyD 2 Replies Last reply Reply Quote 0
                              • Christoph HartC
                                Christoph Hart @GreekProgrammer
                                last edited by

                                @GreekProgrammer either install vs2022 or set it to vs2017 in the Hise Settings. The best bet is to install Vs2022, it can live alongside other versions.

                                G 1 Reply Last reply Reply Quote 1
                                • G
                                  GreekProgrammer @Christoph Hart
                                  last edited by

                                  @Christoph-Hart

                                  Hi Yes I have VS 2022 installed already and its set to 2022 in HISE too...
                                  any suggestions?

                                  Thanks

                                  1 Reply Last reply Reply Quote 0
                                  • d.healeyD
                                    d.healey @GreekProgrammer
                                    last edited by

                                    @GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:

                                    yep still the same error!

                                    Stick with the simple test project, the empty one. Because it's still possible there is some other scriptnode/RNBO - we need to do things one step at a time.

                                    Libre Wave - Freedom respecting instruments and effects
                                    My Patreon - HISE tutorials
                                    YouTube Channel - Public HISE tutorials

                                    Christoph HartC 1 Reply Last reply Reply Quote 0
                                    • Christoph HartC
                                      Christoph Hart @d.healey
                                      last edited by Christoph Hart

                                      What happens if you open a cmd and type in msbuild?

                                      Edit: saw it. You need to make the msbuild command accessible from anywhere. Try adding it to the path environment variables in Windows.

                                      G 1 Reply Last reply Reply Quote 2
                                      • G
                                        GreekProgrammer @Christoph Hart
                                        last edited by

                                        This post is deleted!
                                        G 1 Reply Last reply Reply Quote 0
                                        • G
                                          GreekProgrammer @GreekProgrammer
                                          last edited by

                                          @GreekProgrammer

                                          Hi is this it??

                                          6bea609e-35aa-4a9f-81b3-5e8496bc5383-image.png

                                          1 Reply Last reply Reply Quote 0
                                          • G
                                            GreekProgrammer
                                            last edited by

                                            NOPE!!!!

                                            bf876766-495e-4e0e-a412-efbab6a5ce92-image.png

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

                                            32

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.5k

                                            Posts