gpt4 book ai didi

c++ - 编译 rsa 库时出现 LNK 错误

转载 作者:行者123 更新时间:2023-11-30 03:04:35 25 4
gpt4 key购买 nike

为什么在尝试编译此 rsa 库时出现此 LNK 错误: http://www.efgh.com/software/rsa.txthttp://www.efgh.com/software/rsa.htm

mpuint.obj : error LNK2019: unresolved external symbol "void __cdecl numeric_overflow(void)" (?numeric_overflow@@YAXXZ) referenced in function "public: void __thiscall mpuint::operator=(class mpuint const &)" (??4mpuint@@QAEXABV0@@Z)

最佳答案

请在 MPUINT.CPP 中添加新函数:

void numeric_overflow() {
printf("Numeric overflow!");
}

问候,

中,

关于c++ - 编译 rsa 库时出现 LNK 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8510968/

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