How can I register a DLL which I created in C++
- by Jannibelli
I created a DLL in C++ using Visual Studio 2005. 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