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