Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error (active) E0135 namespace "std" has no member "format" #3

Open
johnjohnsp1 opened this issue May 15, 2024 · 0 comments
Open

Error (active) E0135 namespace "std" has no member "format" #3

johnjohnsp1 opened this issue May 15, 2024 · 0 comments

Comments

@johnjohnsp1
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant