开发者

How can I register a DLL which I created in C++

开发者 https://www.devze.com 2022-12-23 00:20 出处:网络
I created a DLL in C++ using Visual Studio 2开发者_高级运维005. My problem is that I cannot register this DLL. Show me the error: \"LoadLibrary(MyDll.dll) failed. The specified module could not be fou

I created a DLL in C++ using Visual Studio 2开发者_高级运维005. My problem is that I cannot register this DLL. Show me the error: "LoadLibrary(MyDll.dll) failed. The specified module could not be found."

Someone help me?

Thanks


Your library depends on another library and that other library is missing.

To resolve this either use Dependency Walker to find which library it depends on or Process Monitor to see exactly which library loading fails.


  1. Download dependency walker
  2. Open your dll with it.
  3. See which are the missing modules.
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号