Eniko Fox on Nostr: okay so i've got visual studio with clang (18.1.8 according to vs installer) working ...
okay so i've got visual studio with clang (18.1.8 according to vs installer) working with raylib. but when i try to switch the language standard to anything but default (legacy msvc) all source files give the error "command-line error: language modes specified are incompatible"
i can add /std:c17 to the command line args while leaving the standard on default, but idk if that's doing anything, plus i want c23 and if i use /std:c23 or /std:clatest clang informs me it's ignoring it as an unused command line argument
anyone got any ideas?
i can add /std:c17 to the command line args while leaving the standard on default, but idk if that's doing anything, plus i want c23 and if i use /std:c23 or /std:clatest clang informs me it's ignoring it as an unused command line argument
anyone got any ideas?