Xref: news2.mv.net comp.os.msdos.djgpp:7962 From: Elliott Oti Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and Mirosoft Foundation Classes Date: Tue, 20 Aug 1996 11:28:43 -0700 Organization: Academic Computer Centre Utrecht, (ACCU) Lines: 30 Message-ID: <321A03DB.7E13@stud.warande.ruu.nl> References: <4vcbtq$miq AT majestix DOT uni-muenster DOT de> NNTP-Posting-Host: warande1078.warande.ruu.nl 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 Michael Plagge wrote: > > Hi there !! > > I wrote a cpp-programm for speech-processing under dos with a microsoft c++ > compiler. > Now i want to transfer this programm to an sun solaris computer under gcc. > The problem is that i used the microsoft foundation classes, especially i used > the collection classes, the CString class and the CFile class. Do anybody know > about libraries which i can use to compile my programm with gcc without > writing it completely new > > tanhk you for any information > > Michael Plagge > plaggmi AT uni-muenster DOT de That's a good one. I don't believe there are ANY ports of MFC (or OWL, for that matter) to DJGPP. There is an ongoing port of the standard templates library, but porting MFC would be no minor project IMHO. Might be a good idea to email Microsoft ( and Borland) and worry them to make a DJGPP port of MFL and OWL, or at least assist. DJGPP is growing in popularity and use, but the big software corporations still refuse to acknowledge it as a market (OK, maybe it isn't a market :) Right now DJGPP isn't a Windows oriented compiler, and general supporting C++ class libraries are practically non-existent. You might want to repost this question on comp.os.linux to see if there are any Unixy equivalents of MFC. Elliott