开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜