简体   繁体   English

我无法在计算机的笔记本中运行构建的代码

[英]I can't run my code builded in notebook in computer

I use OneDrive in my notebook and computer and salve the codes there. 我在笔记本电脑和计算机中使用OneDrive,并在其中保存代码。 But when I need to run some code built in the notebook in computer, it can't for some errors. 但是,当我需要运行计算机笔记本中内置的某些代码时,就不会出现一些错误。

eg: 例如:

Severity    Code    Description Project File    Line    Suppression State
Error (active)  E1696   cannot open source file "errno.h"   Inicio  c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\include\cerrno  7   
Error (active)  E1696   cannot open source file "float.h"   Inicio  c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\include\cfloat  7   
Error (active)  E1696   cannot open source file "corecrt.h" Inicio  c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\include\crtdefs.h   10  
Error (active)  E1696   cannot open source file "stddef.h"  Inicio  c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\include\cstddef 7   

您还需要安装Windows SDK。

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

相关问题 我在运行代码时无法输入值 - I can`t enter values when I run my code 无法在另一台计算机上运行Qt程序 - Can't run Qt program on another computer 我不断收到错误消息,即对输出文件的权限被拒绝,因此我的代码无法运行 - I keep getting an error that the permission to the output file is denied and so my code can't run 为什么我不能在没有字符串流的情况下运行我的 getline 代码? 如何使用 stringstream 使此代码工作? - Why can't I run my getline code without the stringstream? How do i use stringstream to make this code work? 我最近更改了编译器路径以运行 c++ 代码,但现在我无法运行任何 python 代码。 我该如何解决? - I recently changed my compiler path to run c++ code, but now I can't run any python code. How do I fix this? IDE / Netbeans可以连接到远程计算机并在其上编译/运行/调试代码吗? - Can an IDE/Netbeans connect to a remote computer and compile/run/debug code on it? 我无法让我的 MergeSort 实现运行 - I can't get my MergeSort implementation to run 如何在任何Windows计算机上运行.exe文件? - How can I run a .exe file on any Windows computer? 我无法在 qt 的 C++ 代码中定义字符串 - I can't define a string in my C++ code in qt 我无法弄清楚我的代码有什么问题 - I can't figure out what's wrong with my code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM