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: Re: questions about MSC 5.0 Message-ID: <336@idacrd.UUCP> Date: Wed, 18-Nov-87 11:23:35 EST Article-I.D.: idacrd.336 Posted: Wed Nov 18 11:23:35 1987 Date-Received: Sat, 21-Nov-87 08:18:50 EST References: <234@mrsvr.UUCP> Organization: idacrd, princeton, nj Lines: 34 in article <234@mrsvr.UUCP>, roth@mrsvr.UUCP (Dean Roth) says: > Summary: Different compiler for 80386 > > > If the 80386 is running in 8086 mode, as nearly all are, > and running DOS, then MS C 5.0 will generate code that will > run on an 80386 machine. However, if one wants to run the > 80386 in protected mode (OS/2), then one needs the OS/2 C > compiler (or the Xenix C compiler if running Xenix, etc.) > while we are on the limitations of the MSC 5.0 compiler, I am having trouble with the graphics libraries. I have a PC-AT clone (PC's Limited) , ATI EGA wonder board running in the enhanced mode (EGA, etc.). When I do _setvideomode(_ERESCOLOR) I get nada as they say in Spanish. When I do it with in.h.ah=0; in.h.al=16; int86(16,&in,&out); where in and out are the register unions it works. I can't get _floodfill or _lineto to work in EGA modes. PLEASE tell me someone that the jerks didn't limit these functions to CGA and lesser modes. (Yes I have done _setfillmask and _setcolor). HELP!! Bob