bgi

  1. D

    BGI Graphics not supported under Windows ????

    i wrote a graphics program in TC++ (turbo c++), and it was all fine. But when i compiled the same on BORLAND C++ 5.02 (for Windows), the following Compiler error was shown: GRAPHICS.H(20,52) : Error Directive: BGI graphics not supported under Windows. :cry: :cry: Screenshot...
  2. F

    Bgi Error: Graphics not initialized (use initgraph)

    I have made a program in c++. My program is running fine, but at the end of the program there is a error message on the screen: Bgi Error: Graphics not initialized (use initgraph) My program shows no error message at compile time or at run time. What's this bgi error? How can I correct...
Top Bottom