gpt4 book ai didi

c - Borland C++ 3.1 中的链接图形库

转载 作者:太空狗 更新时间:2023-10-29 15:08:26 25 4
gpt4 key购买 nike

我想在 DOS 应用程序中使用图形库。我添加 #include <graphics.h>到我的源文件并使用 bcc 构建应用程序:

bcc -3 -ms  -P -IC:\BC3\INCLUDE -LC:\BC3\LIB AMtest.c ExtMem.ASM 

但是,我收到链接错误:

Turbo Link  Version 5.1 Copyright (c) 1992 Borland International

Error: Undefined symbol _closegraph in module amtest.c
Error: Undefined symbol _outtext in module amtest.c
Error: Undefined symbol _moveto in module amtest.c
Error: Undefined symbol _settextstyle in module amtest.c
Error: Undefined symbol _setcolor in module amtest.c
Error: Undefined symbol _settextjustify in module amtest.c
Error: Undefined symbol _graphresult in module amtest.c
Error: Undefined symbol _initgraph in module amtest.c

graphics.libc:\bc3\lib文件夹。如何链接图库?

最佳答案

您使用了错误的命令。正确的命令是:

bcc -3 -ms -P -IC:\BC3\INCLUDE -LC:\BC3\LIB graphics.lib AMtest.c ExtMem.ASM

关于c - Borland C++ 3.1 中的链接图形库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8284638/

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