简体   繁体   English

我如何在我的代码 C++ 中解决这个错误

[英]How can i solve this error in my code C++

This error makes my code wrong & I can't debug my code correctly.此错误使我的代码出错并且我无法正确调试我的代码。

This is my screen when I am debugging my code:这是我调试代码时的屏幕:

I can't understand the error.我无法理解错误。 What is it and how can it be solved?它是什么以及如何解决?

It means you do not have SDK (and tools) for Windows XP target compilation.这意味着您没有用于 Windows XP 目标编译的 SDK(和工具)。

You either need to:您要么需要:

  • change platform target of the Project ( Yer Project -> Properties -> General -> Platform Toolset)更改项目的平台目标(Yer Project -> Properties -> General -> Platform Toolset)

  • or install that feature (Control Panels -> Programs and functions -> Visual Studio X -> modify -> select "Windows XP support for C++")或安装该功能(控制面板 -> 程序和功能 -> Visual Studio X -> 修改 -> 选择“Windows XP 支持 C++”)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM