Graphics.h 程序未在 Dosbox Windows 7 环境中运行
我已经安装了Dosbox来在其中运行Turbo C。但我的graphics.h 程序没有在其中执行。我收到链接器错误,其中显示“模块中未定义 sumbol initgraph...”等等。
I have installed Dosbox to run Turbo C in it. But my graphics.h programs are not executing in it. I am getting Linker Error which says"Undefined sumbol initgraph in module..." and so on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您面临的问题很容易解决。
打开 Turboc IDE
单击选项
单击链接器
单击库
标记图形选项(通常是十字标记)
现在运行。
The problem you are facing is quite simple to solve.
Open your Turboc IDE
Click on options
click on linker
click on libraries
mark the graphics option(a cross mark usually)
now run.
您没有链接所需的图形库。自从我上次使用 Turbo C 以来已经有一段时间了,但如果我没记错的话,您可以简单地配置工具链来链接链接器选项中的图形库,这些选项可以从 Turbo C“IDE”轻松访问。
You are not linking the required graphics library. It has been quite a while since I last used Turbo C, but if I remember correctly, you can simply configure the toolchain to link the graphics lib in the linker options which are easily accessible from the Turbo C "IDE".
如果您在 Windows XP 中收到错误
模块中未定义的符号 initgraph
然后按照以下步骤操作:
转到控制台
转到选项
转到链接器
转到库
在图形库上做“X”标记
If You are getting Error in Windows XP that
Undefined symbol initgraph in module
then follow the Steps :
Go to Console
Go to Options
Go to Linker
Go to Libraries
Make "X" Mark on Graphics Library