Error: Graph is not initialized

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madhukar singh
    New Member
    • Oct 2007
    • 1

    #1

    Error: Graph is not initialized

    I have command initgraph(&gd,& gm,""); but still there is a error that graph is not initiated , please help me.
  • meghasumant
    New Member
    • Oct 2007
    • 1

    #2
    Originally posted by madhukar singh
    I have command initgraph(&gd,& gm,""); but still there is a error that graph is not initiated , please help me.
    Try using the path in the initgraph function as (&gd,&gm,"c:\\t c\\bgi");

    Comment

    Working...