mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Clarify LoadLibrary() related startup error
The old message sounds too much like something that would come from Linux's dynamic linker.
This commit is contained in:
@@ -77,7 +77,7 @@ PluginBridge::PluginBridge(std::string plugin_dll_path,
|
||||
vst_host_aeffect(io_context) {
|
||||
// Got to love these C APIs
|
||||
if (plugin_handle == nullptr) {
|
||||
throw std::runtime_error("Could not load a shared library at '" +
|
||||
throw std::runtime_error("Could not load the Windows .DLL file at'" +
|
||||
plugin_dll_path + "'.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user