问题

软件 >> Calculator
Questions in category: Calculator (Calculator).

编译 Calculator 遇到的问题

Posted by haifeng on 2021-03-14 22:00:07 last update 2021-03-14 22:00:07 | Answers (0) | 收藏


1>------ 已启动全部重新生成: 项目: calculator, 配置: Release Win32 ------
1>BigNumber.cpp
1>calculator.cpp
1>commands.cpp
1>register.cpp
1>D:\download\C++\crypt\LibTomCrypt\others\libtomcrypt-master\src\headers\tomcrypt_cfg.h(26,45): warning C4273: “malloc”: dll 链接不一致
1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\corecrt_malloc.h(101,15): message : 参见“malloc”的前一个定义
1>D:\download\C++\crypt\LibTomCrypt\others\libtomcrypt-master\src\headers\tomcrypt_cfg.h(27,55): warning C4273: “realloc”: dll 链接不一致
1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\corecrt_malloc.h(126,15): message : 参见“realloc”的前一个定义
1>D:\download\C++\crypt\LibTomCrypt\others\libtomcrypt-master\src\headers\tomcrypt_cfg.h(28,55): warning C4273: “calloc”: dll 链接不一致
1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\corecrt_malloc.h(66,15): message : 参见“calloc”的前一个定义
1>D:\download\C++\crypt\LibTomCrypt\others\libtomcrypt-master\src\headers\tomcrypt_cfg.h(29,40): warning C4273: “free”: dll 链接不一致
1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\corecrt_malloc.h(89,14): message : 参见“free”的前一个定义
1>D:\download\C++\crypt\LibTomCrypt\others\libtomcrypt-master\src\headers\tomcrypt_cfg.h(31,113): warning C4273: “qsort”: dll 链接不一致
1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\corecrt_search.h(60,23): message : 参见“qsort”的前一个定义
1>D:\download\C++\crypt\LibTomCrypt\others\libtomcrypt-master\src\headers\tomcrypt_cfg.h(35,41): warning C4273: “clock”: dll 链接不一致
1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\time.h(142,26): message : 参见“clock”的前一个定义
1>stdafx.cpp
1>LINK : warning C4727: 具有相同时间戳的名为 d:\work\cs\c++\vs2019\calculator_vc\calculator\calculator\release\calculator.pch 的 PCH 已存在于 d:\work\cs\c++\vs2019\calculator_vc\calculator\calculator\release\register.obj 和 d:\work\cs\c++\vs2019\calculator_vc\calculator\calculator\release\commands.obj 中。 使用第一个 PCH。
1>正在生成代码
1>Previous IPDB not found, fall back to full compilation.
1>All 1588 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
1>已完成代码的生成
1>calculator.vcxproj -> D:\work\cs\c++\vs2019\calculator_vc\calculator\Release\calculator.exe
1>已完成生成项目“calculator.vcxproj”的操作。
========== 全部重新生成: 成功 1 个,失败 0 个,跳过 0 个 ==========