From: "Luiz Fernando Estivalet" To: Subject: Newbie starting with DJGPP Date: Thu, 31 Dec 1998 11:55:46 -0200 Message-ID: <01be34c5$43b09440$0100007f@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com Hi, I'm beggining to learn DJGPP programming. I was used to program in a 16-bit enviroment (believe me, i was still using Borland C v3.1). I have no experience in proteteced mode and 32-bit programming stuff. I'm intend to convert my old programs to DJGPP 32-bits. How can i do it in a faster way ? I have written a lotta of code in assembler (Intel format) and i don't know how to program in AT&T format. Is there any tutorial or (simple) code for begginers ? Where can i find it ? I need some routines like : keyboard handler, flip_screen, creating double_buffer, read and write palette entries, pcx reader, and so on... Thanks for the attention, Luiz Fernando luisoft AT myway DOT com DOT br P.S : I'm not intend to use Allegro library. I see it and it is very powerfull, but i have already created a library for the 16-bit enviroment that i got used to work. And a lotta of programs that i made is based in this library. I;d like to convert this routines to DJGPP.