gpt4 book ai didi

g++ - 对 `SetTextColor@8' 的 undefined reference

转载 作者:行者123 更新时间:2023-12-04 06:26:36 25 4
gpt4 key购买 nike

在 Windows 下使用 g++ 编译 c++ 程序时,出现“对`SetTextColor@8'的 undefined reference ”错误。完整的错误日志在这里 http://pastebin.com/DCwHKkeE
我想我缺少一些库文件,但不知道是哪些。请帮忙

最佳答案

SetTextColor func 根据 MSDN 文档在 gdi32.lib 中定义,因此您需要链接 libgdi32.a在明。

关于g++ - 对 `SetTextColor@8' 的 undefined reference ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5979663/

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