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:
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.

在遇到运行软件时出现错误提示后,通过安装Microsoft Visual C++ 2008 Redistributable Package和使用依赖检查器找到DLL缺失的问题。进一步分析后,将编译配置从使用MFC在共享DLL更改为使用MFC在静态库,成功解决了启动错误。


1568

被折叠的 条评论
为什么被折叠?



