我从这里安装了clang10.0.0 for Windows
我还使用community安装了我所理解的clang 10所需的3个组件:
clang本身工作正常-我可以编译,链接到-fuse-ld=lld,运行一些概念代码,std::span,看上去不错。
当我运行lldb.exe时,我得到:
..python36.dll was not found..
如果我把python36.dll放在路径上,我就会得到:
The application was unable to start correctly (0xc000007b)..
我正在学习C++,我想开始使用调试器,但是我被困在这里了。
我需要安装整个Python3.6才能工作吗?(我已经安装了3.8台)
发布于 2020-05-12 06:16:34
我需要64位版本的python36.dll,是从维基德尔那里得到的
https://stackoverflow.com/questions/61731940
复制相似问题