From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Windows DJGPP Date: Sat, 17 Jan 1998 14:05:46 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 27 Message-ID: <34C1010A.4F21@cs.com> References: <34C08D8A DOT 80CF66C9 AT cnl DOT com DOT au> NNTP-Posting-Host: ppp245.cs.com 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 Precedence: bulk rdt AT cnl DOT com DOT au wrote: > > Can you make windows progs with djgpp? If so, how about Direct X? Or > do I need something like Visual C? Sorry if these questions sound > stupid, because I have no clue about windows programming but am > interested in getting into it cost free. Oh yeah, don't recommend me > allegro instead of djgpp, because I already have allegro, and I know how > good it is. Allegro IS part of DJGPP, so why would we recommend it instead? :-) You cannot write Windows-native code with the standard DJGPP distribution; it's simply not possible. However, there is an addon toolkit named RSXNTDJ which will allow you to create Win32 code, meaning you can access the Windows GUI and VxD calls, interface with DLLs, etc. RSXNT can be downloaded from the v2tk directory of SimTel. However, RSXNT is designed under the assumption that you already know something about Windows programming. If you are just starting to learn, I'd recommend getting a book or taking a class on the subject. -- --------------------------------------------------------------------- | John M. Aldrich | "Democracy is based on the assumption| | aka Fighteer I | that a million men are wiser than one| | mailto:fighteer AT cs DOT com | man. How's that again? I missed | | http://www.cs.com/fighteer | something." - Lazarus Long | ---------------------------------------------------------------------