Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com X-Authentication-Warning: hp2.xraylith.wisc.edu: khan owned process doing -bs Date: Sat, 29 Jan 2000 13:39:37 -0600 (CST) From: Mumit Khan To: Brian Keener cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Compile Win MFC C++ Code Questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 28 Jan 2000, Brian Keener wrote: > First - I am a newbie programming in the C++ language but have been trying to > learn. I have managed to put a few things together using cygwin-b20 and > mingw and I have also been using the VIDE Development environment along with > the VGUI libs that are available as well. I found some code in Windows > Developers Journal for a Tabbed Document interface which is supposed to be an > expansion on the SDI and MDI interface common to Microsoft and I wanted to > give it a try. I loaded it into my Vide Editor and tried to compile it. > After first working out a few makefile glitches it finally burped telling me > some requested headers were not found like afxwin.h and afxext.h. Sure > enough a search of my system revealed no header files by those names and a > wealth of others. GCC does not support MFC, sorry. two issues: 1. MFC is a C++ library, and hence needs to compiled with GCC to be usable with GCC code. I don't know if anyone has modified MFC to be compilable with GCC yet (it uses quite a few MS-specific extensions). 2. If you succeed with step 1, there are issues with copyright, so you may or may not be able to redistribute the resulting DLL. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com