Graphics.h-- Just want to draw something

Hello,
I got 5.3.0.4 DevC++ and I wanted to include graphics.h and I did everything right with the instruction
as insert:
-lbgi
-lgdi32
-lcomdlg32
-luuid
-loleaut32
-lole32
Downloaded Graphics.h and libbgi.a
And all I get out is
"[Linker error] undefined reference to `initwindow' [Linker error] "
I read it could be due "x86_64-w64-mingw32" cuz I've 2 folers like this in my Dev-C++ file in Program Files, but still dunno what to do with it.

As in the title, I want to just draw something, what can you recommend to me instead of Graphics.h (what would be better)?

Thank you for every reply.
Sorry for my english mistakes.
I have not personally messed with WinBGIm, but the GCC is notoriously sensitive to the order in which things are linked. Are you sure that you have everything that depends on something else listed before that something?
Topic archived. No new replies allowed.