gpt4 book ai didi

c++ - Visual Studio 2017 for Dymola 无法打开 stdio.h

转载 作者:搜寻专家 更新时间:2023-10-31 01:26:02 43 4
gpt4 key购买 nike

我正在尝试将 Visual Studio 2017 用作 Dymola 2019 中的编译器。我已经在 VS2017 中为 C++ 安装了所有组件(据我所知)。但是当我尝试在 Dymola 中测试编译器时,我收到如下错误消息:

Compiling and linking the model (Visual C++). 

**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.9.11
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x86'
"Testing 32-bit compilation"
dsmodel.c
dsmodel.c(1): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory

Error generating Dymosim.

我也尝试过使用 Visual Studio 2015,但也失败了。

Compiling and linking the model (Visual C++). 

ERROR: Cannot determine the location of the VS Common Tools folder.
"Testing 32-bit compilation"
'cl' is not recognized as an internal or external command,
operable program or batch file.

Error generating Dymosim.

我也无法在 VS2017 文件夹中的任何地方找到 stdio.h。但它位于程序文件中的单独文件夹 WindowsSDK 中。

编译器测试应该有效(至少根据我过去使用 dymola 和 VS 的经验,不确定这些工具的新版本是否有问题)

最佳答案

只是为了完成这个,因为我也有问题,我有管理员权限,但无法访问注册表,所以 Dymola 抛出了编译器错误。有两种可能性:

  1. 从 IT 获取注册表访问权限。
  2. 如果由于限制而无法做到这一点。 Eiter 安装一个绕过注册表或手动更改路径的工具,我建议这样做,因为这些工具不是那么严肃。

这是至少为 VS2013 更改路径的解决方案。首先,您需要在已打开的文本编辑器中打开 %ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\bin\ 中的 vcvars32.bat作为管理员。在那里您需要注释掉前 3 行,它们执行设置多个路径的不可能的注册表调用。之后,您需要在 vcvars32.bat 中手动设置这些路径。最后,vcvars32.bat 的开头应如下所示:

    :: @call :GetVSCommonToolsDir
:: @if "%VS120COMNTOOLS%"=="" goto error_no_VS120COMNTOOLSDIR

:: @call "%VS120COMNTOOLS%VCVarsQueryRegistry.bat" 32bit No64bit

@SET VSINSTALLDIR=%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\
@SET VCINSTALLDIR=%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\
@SET FrameworkDir32=c:\Windows\Microsoft.NET\Framework\
@SET FrameworkVersion32=v4.0.30319
@SET Framework40Version=v4.0
@SET WindowsSdkDir=%ProgramFiles(x86)%\Windows Kits\8.1\
@SET ExtensionSdkDir=%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.1\ExtensionsSDKs\
@SET WindowsSDK_ExecutablePath_x86=%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\
@SET WindowsSDK_ExecutablePath_x64=%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\x64\

也许,您需要为您的配置稍微调整一些路径。

更多信息请看这里:

VS2010 command prompt gives error: Cannot determine the location of the VS Common Tools folder

关于c++ - Visual Studio 2017 for Dymola 无法打开 stdio.h,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55922093/

43 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com