sapphonie / sdk13-gigalib

library for sdk2013 mods to use if they so choose
MIT License
17 stars 7 forks source link

lots of compile errors #21

Open valina354 opened 9 months ago

valina354 commented 9 months ago

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 image

valina354 commented 9 months ago

even after adding ; to some theres still lots of errors

sapphonie commented 9 months ago

Repo needs C++17 to work, that's likely the issue.

valina354 commented 9 months ago

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

sapphonie commented 9 months ago

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

valina354 commented 9 months ago

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?

valina354 commented 9 months ago

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 image

valina354 commented 9 months ago

i figured it out but still doesnt compile with C++ 17 same errors