Case analysis of DLL load failure

Source: Internet
Author: User

Scenario Description:

position the breakpoint above the hmodule instance =:: LoadLibrary (Filename.c_str ()); function, when loading ueroutealg.dll , find that the handle is empty, and then by adding the following code:DWORD dwerror = GetLastError ();

at the back of the function, collect the error code that failed to load:127-The specified program could not be found. Click on the VS menu, then select Tools, click Error Lookup, enter 127.


Solution Analysis:

1) The general situation is that the program takes a dynamic load of the way to run, in the process of loading the DLL , found that the program needs to call the function in the DLL can not be found, causing an error.

2) From here it can be seen that a method is modified in the DLL , but it is not the case when the call is recorded by the header file.



Case analysis of DLL load failure

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.