From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bdc3856477c28d0b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-17 09:40:33 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: Szymon Guz Newsgroups: comp.lang.ada Subject: Re: MFC & Ada Date: Wed, 17 Mar 2004 18:40:28 +0100 Organization: tp.internet - http://www.tpi.pl/ Message-ID: References: <105f04bgg9da378@corp.supernews.com> NNTP-Posting-Host: hal.skynet.org.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: atlantis.news.tpi.pl 1079545253 27860 195.116.185.50 (17 Mar 2004 17:40:53 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Wed, 17 Mar 2004 17:40:53 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en In-Reply-To: <105f04bgg9da378@corp.supernews.com> Xref: archiver1.google.com comp.lang.ada:6378 Date: 2004-03-17T18:40:28+01:00 List-Id: Randy Brukardt wrote: > "Szymon Guz" wrote in message > news:c31cuq$gn$1@nemesis.news.tpi.pl... > >>Hi, >>does anyone use MFC.dll in Ada programs ? > > > I would have to ask why you'd want to. The reason that libraries like Claw > and GWindows exist is so that you can build Windows applications in Ada, > with an Ada mindset. You're much better off using one of those libraries > than MFC with an Ada program, and they cover pretty much the same ground. > (And Claw at least works with all of the Ada compilers for Windows, so you > don't have to be locked into a specific compiler.) > > Randy. > > > Yea, I know all that but I have to use the mfc.dll in Ada programs for my masters thesis. szymon