From: Yamaha / XYZZ Newsgroups: comp.os.msdos.djgpp,rec.games.programmer Subject: Re: Help!! What's wrong with my code?? Date: Thu, 31 Oct 1996 12:29:37 -0700 Organization: XYZZ Software Co. Lines: 24 Message-ID: <3278FE21.41C6@CS.ColoState.edu> References: <01bbc6cf$711bd540$21d10bce AT miller> NNTP-Posting-Host: seurat.vis.colostate.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Neil Miller wrote: > > I am new to using DJGPP and am trying to use Denthor's VGA trainers to > program graphics in 13h. This is the code I have so far. This is from the > first tutorial. I am getting errors on _AX (from SetMCA & SetText) > something about the function is not declared?? The other is vga, in the > tutorial it says it is a pointer to the address 0xa000, is this automatic > or do I have to do something with it?? Any help would be appreciated. Denthor has nice trainers, but it is for a 16-bit (286), real mode compiler. You need to learn a bit about protected-mode, 32bit programming before you will be doing your own graphics library in DJGPP. There are, luckily, a lot of info sources for game programming with DJGPP. I'd suggest that you read the djgpp FAQ, and follow some of the djgpp links on my web page. -- Yamaha / XYZZ mailto:scriven AT CS DOT ColoState DOT edu mailto:scriven AT VIS DOT ColoState DOT edu http://www.vis.colostate.edu/~scriven/