JustasMasiulis / xorstr

heavily vectorized c++17 compile time string encryption.
Apache License 2.0
1.19k stars 193 forks source link

Visual Studio 2019 Support #44

Closed GamotronicYT closed 3 years ago

GamotronicYT commented 3 years ago

How can i fix it :( ??? vs20198support

JustasMasiulis commented 3 years ago

Can you copy me the output window contents related to this error?

GamotronicYT commented 3 years ago

Gravité Code Description Projet Fichier Ligne État de la suppression Erreur (active) E0018 ')' attendu EraV2 C:\Users\Gamotronic\Desktop\TF uitile folder\EraV2-master\xorstr.hpp 208 Erreur (active) E0065 ';' attendu EraV2 C:\Users\Gamotronic\Desktop\TF uitile folder\EraV2-master\xorstr.hpp 208 Erreur (active) E0441 liste d'arguments de modèle de classe "jm::xor_string" manquante EraV2 C:\Users\Gamotronic\Desktop\TF uitile folder\EraV2-master\xorstr.hpp 208

Can you copy me the output window contents related to this error?

GamotronicYT commented 3 years ago

And the capture : ( thx for your help ^^ ) capturen100000

JustasMasiulis commented 3 years ago

Do you have C++17 enabled (The default is still C++14 IIRC)? VS 2019 should work perfectly fine.

GamotronicYT commented 3 years ago

where I can see if C++17 is enabled ??

Do you have C++17 enabled (The default is still C++14 IIRC)? VS 2019 should work perfectly fine.

GamotronicYT commented 3 years ago

this ?? capture 100001

JustasMasiulis commented 3 years ago

Yes. Set it to 17 or latest (don't forget to set this on all configurations and not only your active one)

GamotronicYT commented 3 years ago

like this ?? capture 100002

Yes. Set it to 17 or latest (don't forget to set this on all configurations and not only your active one)

GamotronicYT commented 3 years ago

this work !!!!!! thankkkyouuu thank you sooooo muuuuchhhhhh 😄