steinbergmedia / vst3sdk

VST 3 Plug-In SDK
Other
1.57k stars 162 forks source link

Validator as a shared library? #97

Closed xoofx closed 1 year ago

xoofx commented 1 year ago

Hello there! 🙂

I'm looking for a way to automate the tests within a unit test process in a different language/runtime (C#/.NET) and I prototyped this with a validate_inprocess.dll and it's working great, so I wanted to know if you would accept a PR to generate in addition to the existing validator.exe a shared library (e.g validate_inprocess.dll)?

xoofx commented 1 year ago

I was actually able to workaround it with ExternalProject_Add with cmake and by patching a file with it, so probably no need to have it officially supported.