I wrote a simple prog. for drawing a circle .
Compiled it .. n THERE WAS NO ERROR.
But at the Execution time Error Occured :
BGI ERROR: Graphics not intialized use 'initgraph
I used initgraph olready .
1.Then i copied EVAVGA.BGI from BGI to BIN..
i tried again .. n a new ERROR on RUN TIME .
This system soes not support Full screen mode. Close to quit or smthing.
2. I gave the complete path in the initgraph .. ie:
int a=DETECT,b;
initgraph(&a,&b,"c:\TC\BIN");
still the result was same .
Plzz help me if ne one can .
I m using VISTA HOME PREMIUM.