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-16 14:32:44 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-04!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: MFC & Ada Date: Tue, 16 Mar 2004 16:32:21 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <105f04bgg9da378@corp.supernews.com> References: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:6356 Date: 2004-03-16T16:32:21-06:00 List-Id: "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.