gpt4 book ai didi

与 mingw 交叉编译 gdi-tool

转载 作者:行者123 更新时间:2023-11-30 16:01:21 26 4
gpt4 key购买 nike

我尝试使用 mingw 在 Linux 上交叉编译一个 C 工具。我使用函数GdipSaveImageToFile ,这是我需要的。该函数在“gdiplus.h”中声明。

我现在的代码是:

#include <stdio.h>
#include <windows.h>
#include <gdiplus.h>

int main() {
return 0;
}

编译命令:

i586-mingw32msvc-gcc test.c -lgdi32

错误是:

test.c:3:21: Fehler: gdiplus.h: Datei oder Verzeichnis nicht gefunden

英语(我认为):

test.c:3:21: Error: gdiplus.h: no such file or directory.

我还尝试包含 <Gdiplus.h> , gdi.h还有很多其他的,但没有头文件存在?有谁知道为什么吗?我的操作系统是ubuntu 11.04。

最诚挚的问候

最佳答案

gdiplus header 不在默认的 mingw 包中。 “正常”的方式是使用wxMax提供的:

http://code.google.com/p/wxmax/

不过,您必须解决一些案例问题。我已将其构建到 debian 软件包 gdiplus-dev-mingw-i686-cross 中

德布https://idefix.biozentrum.uni-wuerzburg.de/debian实验主体

关于与 mingw 交叉编译 gdi-tool,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6762853/

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