HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. tobante
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 32
    • Groups 0

    Topics

    • tobanteT

      Invalid character encoding in SNEX source files

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      1
      0 Votes
      1 Posts
      226 Views
      No one has replied
    • tobanteT

      CMake Support (Developer Builds Only)

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      14
      6 Votes
      14 Posts
      2k Views
      tobanteT

      Another minor update:

      Add CMake target for CppBuilder [hi_tools/hi_rlottie] Cleanup module dependencies Add CMake target for tools/doc_builder Add CMake hise::binary_data alias target Fix warnings from clang-16

      This should cover all "active" tool projects. I'm not sure what the status is with tools/markdown_editor and tools/rLottie Demo. Both have last changed in 2021.

    • tobanteT

      Scriptnode workspace search-bar doesn't filter custom node names

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      186 Views
      No one has replied
    • tobanteT

      Broken Intel IPP download link

      Watching Ignoring Scheduled Pinned Locked Moved Solved Documentation
      2
      0 Votes
      2 Posts
      255 Views
      d.healeyD

      @tobante https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#ipp

    • tobanteT

      Custom dll loading issues.

      Watching Ignoring Scheduled Pinned Locked Moved Solved C++ Development
      2
      1 Votes
      2 Posts
      288 Views
      tobanteT

      @tobante So the issue was a virtual destructor that I had defined. Both gcc & clang did not complain, but on Windows MSVC gave an error message. I guess that caused ABI problems. After removing said dtor it loads on all systems.

    • tobanteT

      Linux memory consumption

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      7
      0 Votes
      7 Posts
      398 Views
      tobanteT

      @d-healey Ok, so we need a way to have a static object without crashing the leak-detector and/or pluginval. There must be a way, there are other static objects in JUCE itself. I wonder how the ImageCache class does things.