![]() |
Compile problem Help
1 Attachment(s)
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 |
Re: Compile problem Help
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. |
Re: Compile problem Help
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
|
Re: Compile problem Help
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.
|
Re: Compile problem Help
Quote:
Thank You |
Re: Compile problem Help
You have not provided all the files I guess. I can try compiling it on my system.
|
Re: Compile problem Help
Quote:
Thank You |
Re: Compile problem Help
From where you downloaded the code.
|
Re: Compile problem Help
Quote:
|
Re: Compile problem Help
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.
|
| All times are GMT +5.5. The time now is 23:33. |