WinObjC构建项目错误

时间:2015-08-08 22:30:45

标签: winobjc

我下载了GitHub的WinObjC个文件,并按照所有步骤操作。当我尝试构建项目时,我遇到了这个问题(使用Visual Studio Community 2015)

这是两个错误:

Severity    Code    Description Project File    Line
Warning MSB3245 Could not resolve this reference. Could not locate the assembly "XamlCompositorCS". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. WOCCatalog (WOCCatalog\WOCCatalog)  C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets 1819


Severity    Code    Description Project File    Line
Error   LNK1181 cannot open input file 'OpenGLES.lib'   WOCCatalog (WOCCatalog\WOCCatalog)  D:\WinObjC-master\samples\WOCCatalog\WOCCatalog.vsimporter\WOCCatalog-WinStore10\LINK

1

我该如何解决?

3 个答案:

答案 0 :(得分:2)

在WinObjC / build / build.sln中打开包含的解决方案

选择构建/构建解决方案

答案 1 :(得分:1)

你需要下载预建的SDK(在"发布"在github中),或者根据上述评论:

  

在WinObjC / build / build.sln中打开包含的解决方案   选择构建/构建解决方案

答案 2 :(得分:0)

1.下载最新版本

2.open ... \ WinObjC \ build \ build.sln

ps:如果使用虚拟机(如PD),请确保所有文件存储在Windows文件夹(例如c:\ somewhere)而不是Mac文件夹(例如\\ Mac \ Home \ Desktop)

3.vs 2015 update1可能会警告安装wp8 / 8.1工具。

4.构建解决方案(选择构建/构建解决方案)。

相关问题