【问题标题】:Fresh install monogame, how to resolve warnings全新安装monogame,如何解决警告
【发布时间】:2019-08-05 10:19:18
【问题描述】:

刚刚在 mac os 10.13.6 上安装了 VS2017 + monogame 3.8 (dev build),我收到了新的空项目警告:

Warning MM2006: Native library 'api-ms-win-core-timezone-l1-1-0.dll' was referenced but could not be found. (MM2006)
Warning MM2006: Native library 'libasound' was referenced but could not be found. (MM2006)
Warning MM2006: Native library 'Ws2_32.dll' was referenced but could not be found. (MM2006)
Warning MM2006: Native library 'comdlg32.dll' was referenced but could not be found. (MM2006)
Warning MM2006: Native library 'shell32.dll' was referenced but could not be found. (MM2006)

我可以用这个警告做什么?如何解决它们?或者在 mac 上使用这个框架是个坏主意?

【问题讨论】:

  • 您应该能够在网络上找到所有缺失的 dll,您可以在项目中引用这些 dll

标签: macos monogame


【解决方案1】:

Mac 上的 VS 模板似乎有多余的引用。您可以安全地从项目中删除引用。我会将此作为问题发布在 MonoGame 的 Github 网站上,以便他们解决此问题。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-02-25
    • 2023-04-03
    • 2013-04-29
    • 2022-12-15
    • 2018-02-09
    • 2012-06-14
    • 2017-11-22
    相关资源
    最近更新 更多