Software & Finance





Turbo C++ - Linker Settings - Fixing Graphics Initialization Error





Turbo C++ version 3.0 is a C++ compiler developed by Borland International, Inc. It is widely used C++ compiler in MS-DOS and it is a 16 bit application.

  • Make Sure Graphics Library is checked under Linker Settings. Otherwise you will get linker errors like Undefinedd symbol _initgraph in module in abc.cpp

  • Make sure EGAVGA.BGI file is located in the path or the project directory.
  • Make sure you call initgraph