From: Mete Ciragan Newsgroups: comp.os.msdos.djgpp Subject: Re: lcc-win32 or ming32? Date: Sun, 29 Mar 1998 23:41:26 +0200 Organization: chUmbaLum sOft Lines: 16 Message-ID: <351EC006.3596@swix.ch> References: <351B9552 DOT FFF7CB06 AT agri DOT huji DOT ac DOT il> Reply-To: mete AT swix DOT ch NNTP-Posting-Host: ppp225.swix.ch 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 Hi Fleminger, Lcc is faster, smaller and easier to use and has quite complete header files. But it cannot compile c++. Mingw32 can compile c++ but compiles slower, is bigger and harder to use (import libraries, etc.) and the header files are incomplete, maybe you should download the MSSDK and patch them for gcc. Mingw32 is probably better, if you want to port unix stuff, but if you just want to program win32 and dont need c++ I would take lcc. Lcc is also easier to use for a new SDK's because you don't have to patch the headerfiles for gcc. Hm, ok, that's all I know, cu Mete Ciragan --- mete AT swix DOT ch http://www.clan.ch/mete/