This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Attempt to disable Windows error message when a plugin with incompatable
ABI is loaded
tags/v0.5.0
Andrew Belt
7 years ago
parent
d1f213a3e1
commit
48b6fb8b00
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/plugin.cpp
+ 1
- 0
src/plugin.cpp
View File
@@ -109,6 +109,7 @@ static int loadPlugin(std::string path) {
// Load dynamic/shared library
#if ARCH_WIN
SetErrorMode(SEM_NOGPFAULTERRORBOX);
HINSTANCE handle = LoadLibrary(libraryFilename.c_str());
if (!handle) {
int error = GetLastError();
Write
Preview
Loading…
Cancel
Save