how use Graphics.h on CodeBlocks?
i have the library and 2 headers files.
i add lib file on linker files and i add:
"-lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32"
on linker options.
but i get an error:
"ld.exe||cannot find -lbgi|"
what i'm doing wrong?
is the library file compatible or something?