I'm facing a trouble when I compile a program...
The following error message appear...graphics.h. No such file or directory
I having try to put the header into the same folder and the "Include" folder there.
But still cannot work.
Could anybody please help me to compile the program and make it an execute program and send to my e-mail: lieweffect@yahoo.com
Million Thousand of Thank You
|
Team Leader
|
![]() |
| 20Apr2006,20:11 | #2 |
|
You have the code as
#include <graphics.h> Which means it will look into the include folders defined in the IDE. What IDE you are using to compile the program. |
|
Contributor
|
|
| 21Apr2006,09:45 | #3 |
|
I have try to code as #include "graphics.h" when the header file is in the same folder.But still cannot work. I using the Dev-C++ to compile the program. Futhermore, there have a lot of error after compile. Could you please help me to fix these error and make as execute program to me.Thank You
Last edited by lieweffect; 21Apr2006 at 10:09.. |
|
Team Leader
|
![]() |
| 21Apr2006,11:01 | #4 |
|
I dont have Dev-C++ but if you change to #include "graphics.h" and then also if it could not find then probably you need to be inserting it into the project or something like that for the compilation.
|
|
Contributor
|
|
| 21Apr2006,12:09 | #5 |
|
Quote:
Originally Posted by coderzone Thank You |
|
Team Leader
|
![]() |
| 21Apr2006,14:29 | #6 |
|
You have not provided all the files I guess. I can try compiling it on my system.
|
|
Contributor
|
|
| 21Apr2006,14:41 | #7 |
|
Quote:
Originally Posted by coderzone Thank You |
|
Team Leader
|
![]() |
| 21Apr2006,16:50 | #8 |
|
From where you downloaded the code.
|
|
Contributor
|
|
| 21Apr2006,18:28 | #9 |
|
Quote:
Originally Posted by coderzone |
|
Go4Expert Founder
|
![]() |
| 21Apr2006,20:26 | #10 |
|
This is not meant for working in the windows based compilers. You try compiling it in Turbo C3 or Turbo C 2 Dos based compilers.
|


