求助 Runtime Error Program:d:\... R6034 An application has made an attempt to load the C runtime

2022-08-02 教育 169阅读
An application has made an attempt to load the C runtime library incorrectly -- 一个应用程序企图以不正确的方式装入C 运行库。
Please contact the application's support team for more information -- 请联系此应用程序开发人员了解详情。
------
如果是自己写的程序,注意链接时用的动态链接库。往往是库之间有冲突。例如 debug 编译要链接
*d.dll; Release 编译要链接不带 d的 .dll.
例如 debug 用 'msvcr80d.dll' , Release 用 'msvcr80.dll'。 不能同时用2者。
如果 用 Visual Studio 建项目,Debug 和 Release 会自动选对库名。
----
如果是重复安装编译器,注意版本,动态库 .dll .lib 很多,不要把不同版本的 文件 混在一起。
声明:你问我答网所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系fangmu6661024@163.com