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. please help me to solve this problem. Thanks in advance.

link|improve this question
feedback

2 Answers

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".

link|improve this answer
feedback

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 . cheerz

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.