You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
What's the problem? Or it can only work with vs2015(or 2013)?
The text was updated successfully, but these errors were encountered:
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.
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
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
What's the problem? Or it can only work with vs2015(or 2013)?
The text was updated successfully, but these errors were encountered: