HISE Logo Forum
    • Categories
    • Register
    • Login

    A Quick Note for Third Party Nodes:

    Scheduled Pinned Locked Moved C++ Development
    1 Posts 1 Posters 219 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.
    • ?
      A Former User
      last edited by A Former User

      For anyone looking to experiment with third party nodes, if you end up getting No such file or directory errors while compiling, change your

      #include <path/file.h>
      

      to

      #include "path/file.h"
      

      In the node file, as well as all sub-files, for the library you're trying to import.

      I love C++ 🙂

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

      28

      Online

      1.8k

      Users

      12.0k

      Topics

      104.1k

      Posts