简体   繁体   English

C ++ dll错误(__vcrt_cleanup_type_info_names)

[英]C++ dll errors (__vcrt_cleanup_type_info_names)

the following DLLs in my project ; 我项目中的以下DLL;

  • vcruntime140d.dll vcruntime140d.dll
  • msvcr110d msvcr110d
  • msvcr110.dll msvcr110.dll
  • msvcp140d.dll msvcp140d.dll
  • msvcp110d.dll msvcp110d.dll
  • msvcp110.dll msvcp110.dll

but I get the following error.. 但出现以下错误。

在此处输入图片说明

Best guess: Your DLL was built using a pre-release version of Visual Studio 2015 and it needs to be rebuilt with the release version (RTM or later). 最佳猜测:您的DLL是使用Visual Studio 2015的预发行版本构建的,并且需要使用发行版本(RTM或更高版本)进行重建。 Binary compatibility is not guaranteed for previews before the Release Candidate. 对于候选版本之前的预览,不保证二进制兼容性。

__vcrt_cleanup_type_info_names was replaced by __std_type_info_destroy_list . __vcrt_cleanup_type_info_names替换为__std_type_info_destroy_list

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

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