Message-ID: <365C0805.22A2B971@montana.com> Date: Wed, 25 Nov 1998 06:37:09 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Help References: <496F7B123081D1119B4400A0C98CFC710111ECAA AT ex1 DOT hhss DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 80066 AT HHSS DOT SE wrote: > > I wonder whether I can use djgpp program to create C++ programs based on > MFC. Theoretically. RSXNTDJ will produce Windows exectuables, however, there is a problem using it with C++ as far as I can tell. Other than that, I think you could import the MFC libs, or compile from source. You'd then need to manually create the AFX scaffolding for the MFC app. It is much easier to create API Windows apps. If I really want to use MFC, I use VC 5.0.