From: qball1723 AT aol DOT com (QBall1723) Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp fmemset problem Date: 24 Nov 1997 20:19:00 GMT Lines: 35 Message-ID: <19971124201900.PAA10226@ladder01.news.aol.com> NNTP-Posting-Host: ladder01.news.aol.com Organization: AOL http://www.aol.com References: <879200156 DOT 11275 AT dejanews DOT com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk >Subject: djgpp fmemset problem >From: ricky AT witty DOT com >Date: Tue, Nov 11, 1997 13:33 EST >Message-id: <879200156 DOT 11275 AT dejanews DOT com> > >I am new to DJGPP (but not c) >and have tried to compile some basic graphics functions. > >However, the call to _fmemset no longer works, as it did in >MS QuickC, and also I seem to have trouble initialising pointers. > >If you are able to help, please mail me directly at ricky AT witty DOT com >thanks in advance, > >Rik > > Rik! QUICK C???? I used that! Check it out: no more FAR calls buddy! ... just use memset.... and get rid of all those FAR declarations: char far * feetsies - becomes - char * feetsies Have a great time with DJGPP! Jim the loiterer http://members.aol.com/qball1723/index.htm (wannabe PC game/graphics developer)