Mercurial > hg > vamp-plugin-load-checker
comparison 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 |
comparison
equal
deleted
inserted
replaced
41:7f5cf0fed473 | 42:49946b02414e |
---|---|
44 * failures. On Windows this may arise from system error 193, | 44 * failures. On Windows this may arise from system error 193, |
45 * ERROR_BAD_EXE_FORMAT | 45 * ERROR_BAD_EXE_FORMAT |
46 */ | 46 */ |
47 FAIL_WRONG_ARCHITECTURE = 2, | 47 FAIL_WRONG_ARCHITECTURE = 2, |
48 | 48 |
49 /** Plugin library depends on some other library that cannot | 49 /** Plugin library depends on some other library that cannot be |
50 * be loaded. On Windows this may arise from system error 126, | 50 * loaded. On Windows this may arise from system error 126, |
51 * ERROR_MOD_NOT_FOUND | 51 * ERROR_MOD_NOT_FOUND, provided that the library file itself |
52 * exists | |
52 */ | 53 */ |
53 FAIL_DEPENDENCY_MISSING = 3, | 54 FAIL_DEPENDENCY_MISSING = 3, |
54 | 55 |
55 /** Plugin library cannot be loaded for some other reason | 56 /** Plugin library cannot be loaded for some other reason |
56 */ | 57 */ |