There is a common error while running the C graphics programs that the file egavga.bgi is missing when it is there in the bin\bgi directory. Can anyone please clarify the possible reason for this?
I suspect the program was linked/compiled with a different path specification for libraries. Try copying the egavga.bgi file to the working directory- i.e., the directory in which you initialize the program...
One is, you can change the path of graphic library. Select Option and then Directories in main menu. in graphic library text box, give the full path like <drive>:\ <dir>\bin\bgi
or the other option is to specify the full path in your source program where you are using the file name "egavga.bgi". Write the path in following manor,