0xc0150002 Error when trying to run VC++ libcurl

我与影子孤独终老i 提交于 2019-12-11 23:33:53

问题


I am using Visual Studio Express 2013 on Windows 7 x64 Professional.

I followed this thread to setup libCurl with my Visual C++ project.

But I get the following error message when I try to run any program, even the simple.c program fails.

The application was unable to start correctly (0xc0150002). Click OK to close the application.


回答1:


I was able to fix this error by installing the Visual C++ redistributable 2013 package.

I installed both the x64 and x86 packages.



来源:https://stackoverflow.com/questions/22301929/0xc0150002-error-when-trying-to-run-vc-libcurl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!