Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!princeton!idacrd!mac From: mac@idacrd.UUCP (Bob McGwier) Newsgroups: comp.sys.ibm.pc Subject: HELP MSC 5.0 Message-ID: <337@idacrd.UUCP> Date: Wed, 18-Nov-87 11:48:14 EST Article-I.D.: idacrd.337 Posted: Wed Nov 18 11:48:14 1987 Date-Received: Sat, 21-Nov-87 08:19:07 EST Organization: idacrd, princeton, nj Lines: 40 I own a PC's limited AT and an ATI EGA wonder. I am having a great deal of trouble with the MSC 5.0 graphics library. I can't seem to get it to do anything in the EGA mode. _setvideomode(_ERESCOLOR); does absolutely NOTHING. Yet union REGS in,out; main () { in.h.ah=0; in.h.al=16; int86(16,&in,&out); } Sets me up in EGA mode 16 (16-64 color 640X350) no problem. If I do this and then try using any of the graphics functions like _lineto or _floodfill none of them have any effect in EGA mode (even if I set it with _setvideomode AND do the int86 call to the BIOS so that any environment variables that MSC sets also gets set) none of the line drawing functions work. HELP I have a project that I need to get done and I have been holding off buying a graphics add-on in anticipation of the arrival of MSC 5.0 (it damn sure took long enough and the jerks cashed my check in July when I ordered). Is anyone else having this problem or is it just my setup? Some more information I HAVE used _setcolor and _setfillmask so that "ain't" the problem. Bob