refer this https://github.com/philferriere/cocoapi

However, you may encounter a bug where you cannot open basestd.h.

 

The solution is as follows:

For those with Windows 10, download the SDK from here to fix the header file basestd.h.

I downloaded the .exe, installed and worked great. SDK was ~2.3GB.

Note: For those like me with 64-bit systems who got an additional error:

`LINK : fatal error LNK1158: cannot run 'rc.exe'
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe' failed with exit status 1158

There is a great answer here which solves the problem by placing the rc.exe file in the correct folder for your system.

相关文章:

  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
  • 2021-07-19
猜你喜欢
  • 2021-07-14
  • 2021-10-25
  • 2021-07-16
  • 2022-12-23
  • 2021-06-23
  • 2021-11-28
  • 2021-05-05
相关资源
相似解决方案