bgi problem

Thread Starter

isha

Joined Sep 16, 2005
36
in c++ program when i include graphics.h
compiler give error
"BGI is not supported under windows "
please help me in removing this error .
thanks
 

n9352527

Joined Oct 14, 2005
1,198
That is basically what it means. If you code for any windows OS, then you can't use BGI. BGI is only valid for DOS environment. There is no way to remove the error or use BGI if you don't switch your code to DOS.
 
Top