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

Errors in ccorecrt_memory.h from the Windows Kits #1

Open
revantharunachalam opened this issue Apr 29, 2024 · 1 comment
Open

Errors in ccorecrt_memory.h from the Windows Kits #1

revantharunachalam opened this issue Apr 29, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@revantharunachalam
Copy link
Owner

Build failed with three errors in ccorecrt_memory.h. This header is a part of Windows SDK.

Branch: origin/drawing_a_triangle
Commit: 14254e5

(ClCompile target) -> C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_memory.h(23,1): error C2059: syntax error: 'string' [D:\C++\vulkan-setup-project\1_bui vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_memory.h(23,1): error C2143: syntax error: missing ';' before '{' [D:\C++\vulkan-setup ild\VulkanApp.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_memory.h(23,1): error C2447: '{': missing function header (old-style formal list?) [D: etup-project\1_build\VulkanApp.vcxproj]

@revantharunachalam revantharunachalam added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 29, 2024
@revantharunachalam revantharunachalam self-assigned this Apr 29, 2024
@revantharunachalam
Copy link
Owner Author

Info from ChatGPT:

Windows Kits, also known as Windows Software Development Kits (SDK), are sets of development tools, libraries, headers, documentation, and samples provided by Microsoft for building applications targeting Windows platforms. These kits include various components necessary for software development on Windows, such as compilers, debuggers, headers for Windows APIs, and more.

ERRORS and references:

  1. corecrt_memory.h(23,1) : error C2059: syntax error: 'string' https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2059?view=msvc-170
  2. corecrt_memory.h(23,1) : error C2143: syntax error: missing ';' before '{' https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2143?view=msvc-170
  3. corecrt_memory.h(23,1) : error C2447: '{': missing function header (old-style formal list?) https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2447?view=msvc-170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

1 participant