From: Gecko23 Newsgroups: comp.os.msdos.djgpp Subject: Re: Win32 programs - written in DJGPP? Date: Fri, 29 Oct 1999 19:16:10 GMT Organization: Deja.com - Before you buy. Lines: 45 Message-ID: <7vcrpn$72v$1@nnrp1.deja.com> References: <3818B8A0 DOT D9F48A05 AT kbnet DOT co DOT uk> NNTP-Posting-Host: 209.138.4.145 X-Article-Creation-Date: Fri Oct 29 19:16:10 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) X-Http-Proxy: 1.0 x41.deja.com:80 (Squid/1.1.22) for client 209.138.4.145 X-MyDeja-Info: XMYDJUIDgk_2345 To: djgpp AT Delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <3818B8A0 DOT D9F48A05 AT kbnet DOT co DOT uk>, Genealogy wrote: > Hi all, > > I am relatively new to DJGPP. > > I have lots of programming experience though. > > What is the best program or set of libraries to use so that I can write > Windows 95/98/NT programs in DJGPP. You won't be writing any win9x programs with DJGPP, it is a DOS compiler, and doesn't do windows. > I have heard of TWS and SWORD. Which are GUI libraries, which is not what you are looking for. > Which is the better or are there others that are better yet. My first > project will be to write a simple notepad like program that will run on > a Win95 machine. You need to get a win9x compiler. There are four available for free that I am aware of: MingW32, LCC-WIN32, Cygwin, RSXNTDJ Ming, Cygwin, and RSXNTDJ all use ports of the GNU gcc compiler (as does DJGPP) while LCC uses a win32 native port of the LCC compiler. They all differ in size, capabilities, etc. (cygwin is posix compliant, lcc does only C, etc.) Personally, I use LCC most of the time, it was the least troublesome on our NT server, but your mileage may vary. (Just got VisualStudio 6, so my LCC days are likely numbered now as well.) You can get URL's for all of these compilers by doing a quick search on this group at www.deja.com or a similar news archive. -- Sent via Deja.com http://www.deja.com/ Before you buy.