4

I download the WinObjC files for GitHub and following all the steps. When I try to build the project, I have this problem (using Visual Studio Community 2015)

These are the two errors:

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

How do I solve that?

Evan Carslake
  • 2,267
  • 15
  • 38
  • 56
Osman
  • 41
  • 1
  • 4

3 Answers3

2

Open included solution in WinObjC/build/build.sln

Select Build / Build Solution

johndpope
  • 5,035
  • 2
  • 41
  • 43
dolan
  • 21
  • 3
1

You either need to download the prebuilt SDK (look under "Releases" in github) or, per the above comment:

Open included solution in WinObjC/build/build.sln Select Build / Build Solution

  • 1
    Can you expand on this answer to make it more valuable than the answer you are already referencing? – Aaron D Aug 10 '15 at 17:59
0

1.Download the latest release version

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

ps:If using virtual machine(Such as PD),make sure all files storing in Windows folder(such as c:\somewhere) instead of Mac folder (such as \\Mac\Home\Desktop)

3.vs 2015 update1 may alert installing wp8/8.1 tools.

4.Building your Solution( Select Build/Build Solution).

hstdt
  • 5,652
  • 2
  • 34
  • 34