hey all
simply enable the graphics mode form linker

Linker->Libraries->enable Graphics library

now all graphics programs will run smoothly

thanxx all :D

With reference to ur query,
If You are getting Error in Windows XP that Undefined symbol initgraph in module then follow the Steps :

Go to Console

Go to Options

Go to Linker

Go to Libraries

Make "X" Mark on Graphics Library

Actually graphics related functions does not work on windows 7

try it...
initilize the graph like this....
initgraph(&gd,&gm,"..\bgi");

favorite
i gave the location of bgi folder in my c drive as below:

initgraph(&gd,&gm,"C:\TurboC++\Disk\TurboC3\BGI");
the program compiles without any error but while running nothing appears...

when i press alt+f5 i found this error...How to resolve this?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.