gpt4 book ai didi

c - BIO_set_fp() 在 Windows 上崩溃

转载 作者:行者123 更新时间:2023-11-30 16:43:14 25 4
gpt4 key购买 nike

我有以下 OpenSSL 代码:

BIO* out = BIO_new(BIO_s_file()); // BIO_new_fp(stdout, BIO_NOCLOSE);
if (out == NULL) {
CNGerr(CNG_F_CNG_CTRL, CNG_R_FILE_OPEN_ERROR);
return 0;
}
BIO_set_fp(out, stdout, BIO_NOCLOSE); // Program exits with code 0x1 here

BIO_set_fp(out, stdout, BIO_NOCLOSE); 行上,程序存在,但错误为 0x1。

我在 Windows 10 上使用 Visual Studio 2015。

最佳答案

我通过更改以下位置的标志解决了这个问题:

属性 > C/C++ > 代码生成 > 运行时库:多线程 DLL/MD

关于c - BIO_set_fp() 在 Windows 上崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45419716/

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