vstwebview icon indicating copy to clipboard operation
vstwebview copied to clipboard

Current compiletime/runtime issues

Open justdanpo opened this issue 1 year ago • 1 comments

  1. cmake options SMTG_ADD_VST3_PLUGINS_SAMPLES and SMTG_ADD_VST3_HOSTING_SAMPLES have been renamed to SMTG_ENABLE_VST3_PLUGIN_EXAMPLES and SMTG_ENABLE_VST3_HOSTING_EXAMPLES since vst3sdk 3.7.8
  2. build is failed because of unknown String in PanParameter::fromString
  3. crash on window close (debug configuration): WM_DESTROY message handler calls Terminate() of non-existing WebviewWin32 instance (~WebviewWin32() is already called)
  4. crash on second open: WebviewPluginView::title_ contains reference to destroyed temporary string

justdanpo avatar Sep 14 '24 13:09 justdanpo