Skip to content
  • Simon Marlow's avatar
    Windows: print an error message in addDLL · b9110541
    Simon Marlow authored
    Also, look for libXXX.dll in addition to XXX.dll (see #1883, this
    isn't really a proper fix, but it'll help in some cases).
    And I tidied up the error message for a DLL load failure, though it's
    still a bit of a mess because addDLL is supposed to return a (static)
    string with the error message, but this isn't possible on Windows.
    b9110541