使用VS2019/VS2022生成项目报错严重性 代码 说明 项目 文件 行 禁止显示状态 错误 C1189 #error: /RTCc rejects conformant code, so it is not supported by the C++ Standard Library. Either remove this compiler option, or define _ALLOW_RTCc_IN_STL to acknowledge that you have received this warning. ArxProject2 C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\yvals_core.h 1231
修改项目->c/c++->最小类型检查,改为否
,清理一下项目即可生成项目。

Author: Broccoli
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Related Articles
2023-08-04
配置VS2019 + ObjectArx2016
2023-08-04
Configuring VS2019 + ObjectARX 2016

2023-08-19
ObjectARX 2021 VS2019 Build Error /RTCc rejects conformant code

2023-11-17
Using libcurl to Request WebApi in ObjectARX

2023-11-17
Objectarx 使用libcurl请求WebApi
2023-11-22
ObjectARX and Libcurl File Download Issues