Unable to run the graphics from following process in DEV C++
Install DevC++. I installed from the Version 4.9.9.2 Setup File. Download graphics.h to the include/ subdirectory of the Dev-C++ directories. Download libbgia. to the lib/ In order to use the WinBGIm subdirectory of the Dev-C++ directories. Whenever you #include in a program, you must instruct the linker to link in certain libraries. The command to do so from Dev-C++ is Alt-P. Choose the Parameters tab from the pop-up window and type the following into the Linker area: -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32
Programs that utilise the WinBGIm graphics library, such as this one that opens a tiny window, draws a circle, and waits for the user to push a key, may now be compiled and run:
Please follow the same procedure and make recommendations to me.