From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Programming Problems Date: 26 May 2003 15:16:37 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 15 Message-ID: References: <3 DOT 0 DOT 1 DOT 16 DOT 20030526104118 DOT 35f723ae AT earthlink DOT net> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ethan Rosenberg (ethros AT earthlink DOT net) wrote: : I am trying to run a program in DOS which will write directly to the : keyboard buffer. I think the program assumes Intel 16 bit segmented : architecture, and I can't get it to run on DJGPP. I've attached the : program code. : Can you help?? No. DJGPP is 32bit DPMI code. You'll have to change a lot if you want to compile it. Read FAQ 17.7. Right, MartinS