Skip to content

C++ Mode v0.5.1

Choose a tag to compare

@pepc84 pepc84 released this 16 Aug 03:04
· 16 commits to main since this release

Windows

  • Fixed Sketch exited with code -1073741515 (DLL not found) — gcc runtime DLLs (libgcc_s_seh-1.dll, libssp-0.dll, libwinpthread-1.dll) are now copied from WinLibs to the sketch folder at launch

macOS

  • Fixed sketch window not appearing when launched from the Processing IDE — the engine now registers with the macOS window server via NSApplication before GLFW initializes, which is required for subprocess window display