gpt4 book ai didi

c++ - 使用 std::string 导致 Windows "Entry Point Not Found"

转载 作者:可可西里 更新时间:2023-11-01 13:27:16 27 4
gpt4 key购买 nike

<分区>

当我用 G.C.C. 编译它时:

#include <iostream>
#include <string>

int main()
{
std::cout << std::string("\r\n");
return 0;
}

通过使用以下批处理:

g++ -Wall main.cc

并尝试执行输出(a.exe),然后 Windows 因以下错误使初始化崩溃:

Run time error

如果我避免使用 std::string在 C++ 代码中它正常执行,甚至包括 <string> .有什么想法吗?

注意,第一次测试std::string .

我运行 Windows 8/64 位。我的编译器包含此文件 build-info.txt :

# **************************************************************************

version : MinGW-W64-builds-4.3.0
user : nixman
date : 03.30.2017- 1:01:08 PM
args : --mode=gcc-6.3.0 --buildroot=/c/mingw630 --jobs=2 --rev=2 --threads=win32 --exceptions=sjlj --arch=i686 --bin-compress

[much more here...]

# **************************************************************************

另请注意,我习惯于禁用和卸载所有可能的防病毒实用程序(例如 Windows Defender)。

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