Topic: need help.
Author: yc5w@kelvin.seas.Virginia.EDU (j chung)
Date: 24 Oct 91 18:46:00 GMT Raw View
does anybody know how to program in tc++ using graphics? i'm just
testing a simple graphics routine, and i initialized the graphics
using initgraph(&graphdriver, &graphmode, " ") where graphdriver is set to DETECT, and graphmode is defined as an integer. i did include <graphics.h>
i think i've followed the manual and did what thye told me to. and it
compiles fine. but when i try to run it, it says BGI error: graphics
not initialized (use initgraph).
i'm not sure whether this is the right news group to ask or not.
but if anyone can help me, please send me e-mail.
thank you very much.
Author: raja@magic (Sethuraman Rajendran)
Date: 1 Nov 91 18:50:25 GMT Raw View
It's been a while since I used tc++.
Check if you have the correct *.BGI file, the
proper path name to
it. That should take care of it.
-ra