Open valina354 opened 9 months ago
even after adding ; to some theres still lots of errors
Repo needs C++17 to work, that's likely the issue.
Repo needs C++17 to work, that's likely the issue.
im on visual studio 2022 and it builds on v143 unless thats not C++ 17
Repo needs C++17 to work, that's likely the issue.
im on visual studio 2022 and it builds on v143 unless thats not C++ 17
check the value of your __cplusplus
macro
Repo needs C++17 to work, that's likely the issue.
im on visual studio 2022 and it builds on v143 unless thats not C++ 17
check the value of your
__cplusplus
macro
where can i find that?
Repo needs C++17 to work, that's likely the issue.
im on visual studio 2022 and it builds on v143 unless thats not C++ 17
check the value of your
__cplusplus
macro
i think i found it, according to google its c++ 98 and not 17, im not sure how to change it
i figured it out but still doesnt compile with C++ 17 same errors
im using sdk 2013 mp with vance code from before it went private and theres tons of errors, most of these seem to be that theres missing ; at a lot of stuff