Closed Fiqow closed 7 years ago
@Fiqow The error codes you get here are Windows errors codes. Googling "Windows error codes" will give you https://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx, on which we can do a find on the page for 126
and see ERROR_MOD_NOT_FOUND
, which means either the .dll or the .sys file or both are missing, which means you didn't set up a post build command to ensure that those files are always in the same directory as the executable trying to load them, AKA your program.