-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Is your feature request related to a problem? Please describe.
When a DLL is not found, API error gives the name of the dependent module, but not of the dependency. This makes it hard to determine what exactly is the missing DLL.
Describe the solution you'd like
Name(s) of the missing DLLs in the error message.
Describe alternatives you've considered
There seems to be no way to get this information from the API error. The only doable way seems to be MapAndLoad the library, examine its dependencies and return the list of the missing ones.
Additional context
Been bitten by it too many times. Time to end the suffering.
Reactions are currently unavailable