cisco / joy

A package for capturing and analyzing network flow data and intraflow data, for network research, forensics, and security monitoring.
Other
1.3k stars 329 forks source link

Build failed with VS2019 on win10 #288

Open Seumi opened 4 years ago

Seumi commented 4 years ago

In the beginning, i just download release 4.4.0 and open /win-joy/win-joy.sln with VS2019, it tell me to upgrade the windows sdk from 8 to 10 and i did this. Then i just click "clean" and "build", i get these errors 微信图片_20191219222523 After check, i found "/safe_c_stub/include" was not in the include path "*/windows/include",so i just put it in and rebuild. It seem those error no longer appear but some new error appear again 微信图片_20191219222528

What's the problem? Or it can only work with vs2015(or 2013)?

alihushyar commented 4 years ago

I get similar. I clean and build the "winjoy" project only and I get those 16 errors you show in the second screenshot. Both on Visual Studio 2015 and 2019. Not sure why.

ruzzzzz commented 4 years ago

Also tried building with VS 2015 & 2019 and have same errors.

LongyuanCode commented 4 years ago

Also tried building with VS 2015 & 2019 and have same errors.

@ruzzzzz Excuse me. Have you solved the issue yet?

zhx-luanjishinian commented 3 years ago

还尝试使用VS 2015和2019进行构建,并且存在相同的错误。

@ruzzzzz 对不起。你解决了这个问题了吗?

请问这个问题解决了吗