How to open a Win32 dialogbox from inside a VST plug-in?
How to open a Win32 dialogbox from inside a VST plug-in? Thanks for any help.
You should be able to use the standard MessageBox() call, as described in this SO question. Not sure if this will work in a plugin without a GUI editor, though.
精彩评论