Mail Archives: djgpp/1994/11/27/01:36:47
>Is there any way to debug programs using DJGPP that involve graphics?
If you have a monochrome monitor and a monochrome card (in addition to your
graphics hardware) you can redirect stderr to stdout, then redirect stdout
to your monochrome monitor, and all the debugging info will go to the mono
monitor while your graphics will be displayed on your graphics monitor.
These options are all set in your GO32 environment variable. I don't
remember exactly what the options are, but you can find them in the docs.
-Kevin
- Raw text -