gpt4 book ai didi

c++ - 尝试在 Windows Phone 静态库项目 (C++) 中使用 Windows 运行时扩展

转载 作者:太空宇宙 更新时间:2023-11-04 11:46:56 25 4
gpt4 key购买 nike

我已经创建了 Windows Phone C++ 静态库项目。将创建的标志“使用 Windows 运行时扩展”设置为是 (/ZW)。

但是当我尝试使用 Platform::命名空间中的任何内容时,编译器会给我带来如下错误:

Error 78 error C3083: 'Platform': the symbol to the left of a '::' must be a type C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\vccorlib.h 103 1 MyProjectName

创建 dll 保持相同的错误。

有人知道是否真的可以在 Windows Phone 的库中使用 Windows 运行时扩展吗?对解决这个问题有什么建议吗?

最佳答案

是的,绝对可以将 Windows 运行时扩展用于 Windows Phone 静态库。

看起来您没有在项目中选择正确的包含目录。

您需要确保您的静态库项目专门创建为 Windows Phone 静态库(即针对“v110_wp”平台工具集进行编译)。

关于c++ - 尝试在 Windows Phone 静态库项目 (C++) 中使用 Windows 运行时扩展,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19539544/

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