mirror of https://github.com/emgucv/emgucv.git
Browse Source
The LoadPackagedLibrary() function was introduced in Windows 8 (Version 6.2). The function is only called if any previews calls of LoadLibraryEx() fails. This can particullarly be the case for lean distributions of EmguCV. To assure backward compatibility with Windows 7 (Version 6.1) the function must not be called for OS versions less than 6.2.pull/703/head

1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue