I had to download a different version from a DLL, but now this new version requires 4 other DLLs, which I don't want to add into my package. Since I'm not even using them, it would be a waste of space.
Is it somehow possible to edit the DLL and make it ignore the missing dependencies which aren't even used?
I'm talking about libgd2.dll
, and since the website is down, I was unable to find the old version of this library, so I had to download this newer version. Earlier I had bgd.dll
, but now I can't find the old bgd.lib
file anywhere on the web.