Mail Archives: djgpp/1994/01/17/13:15:25
> but when I try to use a line (or any other kind of graphics drawing tool)
> I get a "general protetion fault at eip=151e" . I get this with the djtst111
> files and with my test program below.
You cannot use graphics from DPMI mode. Either disable the DPMI feature of
386MAX or put "nodpmi" in your GO32 environment variable.
> ps: I think the delay(x) function is not counting milliseconds correctly. It
> seems to count in 1/2 millisecond per one x.
This routine calls your rom bios for this function, so maybe it is buggy. I
will check on my machine this evening, but it kept good time sometime in the
past when I tested it.
- Raw text -