我下載了GitHub的WinObjC
文件並執行了所有步驟。當我嘗試生成項目,我有這個問題(使用Visual Studio 2015年社區)WinObjC構建項目錯誤
這是兩個錯誤:
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
我該怎麼解決呢?
那是什麼意思? –
'build.sln>構建>構建解決方案'導致3965構建錯誤:'預定義類型'System.String'沒有定義或導入'等。 – pkamb