Mercurial > hg > vamp-plugin-load-checker
diff checker/checkcode.h @ 42:49946b02414e errorcode
Further error checking - distinguish between library and dependency absent
author | Chris Cannam |
---|---|
date | Thu, 30 Aug 2018 12:32:55 +0100 |
parents | 40c6936c2fc9 |
children | dd193244d97d |
line wrap: on
line diff
--- a/checker/checkcode.h Wed Aug 29 17:40:36 2018 +0100 +++ b/checker/checkcode.h Thu Aug 30 12:32:55 2018 +0100 @@ -46,9 +46,10 @@ */ FAIL_WRONG_ARCHITECTURE = 2, - /** Plugin library depends on some other library that cannot - * be loaded. On Windows this may arise from system error 126, - * ERROR_MOD_NOT_FOUND + /** Plugin library depends on some other library that cannot be + * loaded. On Windows this may arise from system error 126, + * ERROR_MOD_NOT_FOUND, provided that the library file itself + * exists */ FAIL_DEPENDENCY_MISSING = 3,