BHO with C++ Rest SDK (casablanca) - How to check the missing dependent DLLs?

26 Views Asked by At

I have created a IE Add-on (Browser Helper Object) using unmanaged code (C++). I installed it on my machine and it works well without any issues. I tried installing it in another machine and it has this error.

The module "IE-Addon.dll" failed to load. Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files. The specified module could not be found.

I believe that this error is cause by a missing dependent DLL as stated. Is there any tool that can check a DLL and what are its dependents?

0

There are 0 best solutions below