gpt4 book ai didi

c++ - c1010070 : Failed to load and parse the manifest

转载 作者:搜寻专家 更新时间:2023-10-31 00:32:10 25 4
gpt4 key购买 nike

我有一个现有的 wxWidgets 项目,我试图在 Visual Studio 2010 下编译它(该项目可能是用旧版本的 Visual Studio 创建的 - 甚至可能是 VS2003)。我编译了 wxWidgets 库(也在我的项目中包含了路径)。现在编译我的项目时,出现此错误:

1>------ Build started: Project: Terminals, Configuration: Debug Win32 ------
1>Build started 8/24/2015 10:56:23 AM.
1>InitializeBuildStatus:
1> Touching "Debug\Terminals.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1>ResourceCompile:
1> All outputs are up-to-date.
1>ManifestResourceCompile:
1> All outputs are up-to-date.
1>Link:
1> All outputs are up-to-date.
1>Manifest:
1>
1>wx\msw\wx.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the path specified.
1>
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:01.59
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

有人可以帮忙吗?

最佳答案

如果您的项目路径中有空格,就会发生这种情况,例如在我的例子中,项目在我的 Windows 帐户中,因此路径以“C:\Users\Adam Reece...”开头。然后我在构建 list 时在“找不到”之类的错误中得到“C:\Users\Adam”。

This is 100% a bug with Visual Studio recently of which Microsoft refuses to recognise.您的路径中有一个空格并没有错,因为它自 Windows 95 以来就受到支持。但是,作为解决方法,您需要确保项目的完整路径中没有空格,或者禁用 list 的生成。 (项目属性 -> 链接器 -> list 文件 -> 生成 list -> 更改为 No (/MANIFEST:NO)。)

关于c++ - c1010070 : Failed to load and parse the manifest,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32176214/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com