Error (active) E0135 namespace "std" has no member "format"
johnjohnsp1 opened this issue · 0 comments
hi mate,
thanks for sharing the code.
during the compile phase I get those errors
Severity Code Description Project File Line Suppression State Details
Error (active) E0135 namespace "std" has no member "format" DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 384
Error (active) E0135 namespace "std" has no member "stoi" DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 359
Error (active) E0135 namespace "std" has no member "format" DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 370
Error (active) E0135 namespace "std" has no member "format" DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 381
Error (active) E0135 namespace "std" has no member "format" DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 392
Error C2220 the following warning is treated as an error shellcode_template C:\temp\Dirty-Vanity\shellcode_template\src\Header.h 63
Error C2039 'stoi': is not a member of 'std' DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 359
Error C3861 'stoi': identifier not found DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 359
Error C2039 'format': is not a member of 'std' DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 370
Error C3861 'format': identifier not found DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 370
Error C2593 'operator <<' is ambiguous DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 370
Error C2039 'format': is not a member of 'std' DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 381
Error C3861 'format': identifier not found DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 381
Error C2593 'operator <<' is ambiguous DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 381
Error C2039 'format': is not a member of 'std' DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 384
Error C3861 'format': identifier not found DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 384
Error C2593 'operator <<' is ambiguous DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 384
Error C2039 'format': is not a member of 'std' DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 392
Error C3861 'format': identifier not found DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 392
Error C2593 'operator <<' is ambiguous DirtyVanity C:\temp\Dirty-Vanity\DirtyVanity\DirtyVanity.cpp 392
using windows 10 Version 22H2 (19045.4291) and vstudio 2022
Microsoft Visual Studio Community 2022
Version 17.9.7
VisualStudio.17.Release/17.9.7+34902.65
Microsoft .NET Framework
Version 4.8.09037
Installed Version: Community
Visual C++ 2022 00482-90000-00000-AA697
Microsoft Visual C++ 2022
ASP.NET and Web Tools 17.9.199.22661
ASP.NET and Web Tools
Azure App Service Tools v3.0.0 17.9.199.22661
Azure App Service Tools v3.0.0
C# Tools 4.9.0-3.24121.1+a98c90d56455379836dd5c845b35fa932b00cfa3
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines
NuGet Package Manager 6.9.2
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/
Test Adapter for Boost.Test 1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.
Test Adapter for Google Test 1.0
Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.
TypeScript Tools 17.0.30103.2001
TypeScript Tools for Microsoft Visual Studio
Visual Basic Tools 4.9.0-3.24121.1+a98c90d56455379836dd5c845b35fa932b00cfa3
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
Visual F# Tools 17.9.0-beta.23614.3+a521e1cd420beb56c15faf6836184fadd2b7937a
Microsoft Visual F# Tools
any idea ?