Question
Friday, February 22, 2019 2:11 AM
I'm trying to compile and run my executable for both Debug and Release modes for testing. However I've encountered an issue of a missing dll for `msvcp140d_app.dll` and `msvcp140_app.dll` for debug and release modes respectively.
I'm using Visual Studios 2017 on Windows 10 using x64.
Also sorry if this isn't the correct tag and please point me to the correct forums for this problem.
All replies (3)
Friday, February 22, 2019 7:30 AM
Hi friend,
Welcome to MSDN forum.
What type of project you use? Simple C++ console app or QT project?
And it could be better If you share more details about the entire error message so that we can help you check it or direct it to correct forum.
Thank you for your understanding and cooperation. We are looking forward to your reply!
Best Regards
Lance
Monday, February 25, 2019 3:12 AM
Hi Lance,
Its a actually a OpenGL application generated from a CMake file. I have found a work around solution for the missing .dll.
I copied `msvcp140d.dll' from the vs2017 install directory, placed it into my project folder and renamed it`msvcp140d_app.dll'.
Currently it works. So I believe this renaming is done by a third party distribution of those dlls renamed.
Monday, February 25, 2019 3:22 AM
Hi friend,
Good news that you've solved it. Thanks for sharing your feedback and workaround here.
And you can mark it as answer so that more members with similar issue will benefit from it.
Have a nice day!😄
Best Regards
Lance
到此这篇msvcp140.dll是干什么用的(msvcp140d.dll)的文章就 介绍到这了,更多相关内容请继续浏览下面的相关 推荐文章,希望大家都能在 编程的领域有一番成就!版权声明:
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如若内容造成侵权、违法违规、事实不符,请将相关资料发送至xkadmin@xkablog.com进行投诉反馈,一经查实,立即处理!
转载请注明出处,原文链接:https://www.xkablog.com/cjjbc/81481.html