Mail Archives: djgpp/1995/10/08/05:49:19
On 6 Oct 1995, Smith57 wrote:
> I'm totally lost in the DJGPP world. I can't find any help files
> and don't now where to start..... Can i just dump my Watcom projects
> straight into it, does it have any special quirks like you experience in
> Watcom when it comes to accessing the video hardware?? Thanks....
You're in for some bumpy ride. Start by downloading the DJGPP FAQ list
(faq102.zip from the same place you got DJGPP) and reading it. It will
hopefully answer most of your questions. No, you cannot ``just dump
Watcom projects straight into it'', at least the Makefiles will have to
change. And yes, DJGPP uses a different paradigm to access video memory,
although if you are familiar with accessing absolute addresses in
protected mode, the DJGPP method will make sense to you.
- Raw text -