| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| 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 <khan AT NanoTech DOT Wisc DOT EDU> |
| To: | Brian Keener <bkeener AT thesoftwaresource DOT com> |
| cc: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | Re: Compile Win MFC C++ Code Questions |
| In-Reply-To: | <VA.0000038b.001cb3a9@bk-satellite> |
| Message-ID: | <Pine.HPP.3.96.1000129133731.25597L-100000@hp2.xraylith.wisc.edu> |
| MIME-Version: | 1.0 |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |