application was unable to start correctly (0xc0150002)

Continue from previous blog entry, after I sent the life cycle status software to customer, the customer feedback cannot be running at his computer, error box showing (The application was unable to start correctly (0xc0150002)), the screen shot is as:

application was unable to start correctly (0xc0150002)_第1张图片

Tried first solution, as mentioned on Google, I suggest customer to install "Microsoft Visual C++ 2008 RedistributablePackage" in the system, but the issue was not resolved, the customer used the dependency checker and found some DLL missing.

After analyse the issue, the problem was caused by compiling, changed the compiling configuration, change 'Use MFC in a Shared DLL' to 'use MFC in a static library'problem resolved.

application was unable to start correctly (0xc0150002)_第2张图片


你可能感兴趣的:(C/C++,工作,0xc0150002,application,VC,visual,c++,compile)