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.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,f89928671a66a5a5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-09 11:05:54 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-01!sn-xit-09!supernews.com!204.127.198.204.MISMATCH!wn54feed!worldnet.att.net!128.230.129.106!news.maxwell.syr.edu!skynet.be!landlord!wards.force9.net.POSTED!not-for-mail From: Tim Rowe Newsgroups: comp.lang.ada Subject: Re: A# & .NET Message-ID: References: X-Newsreader: Forte Free Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Mon, 09 Feb 2004 19:05:48 +0000 NNTP-Posting-Host: 81.174.138.104 X-Complaints-To: abuse@plus.net.uk X-Trace: wards.force9.net 1076353707 81.174.138.104 (Mon, 09 Feb 2004 19:08:27 GMT) NNTP-Posting-Date: Mon, 09 Feb 2004 19:08:27 GMT Organization: Customer of PlusNet Xref: archiver1.google.com comp.lang.ada:5372 Date: 2004-02-09T19:05:48+00:00 List-Id: On Sun, 08 Feb 2004 21:24:21 +0100, Szymon Guz wrote: >Hi, >is there any way to use the MFC.dll from Visual .NET with Ada ?? >I know that there is msil2ada that can generate the Ada headers from a >.NET's dll but it have to take as input a file generated from ILDASM >disassembler. Is it possible to use that with the MFX.dlls from .NET or >there is other way to use that ? I've had a reply from Martin Carlisle who has trouble posting here but has given me permission to quote his reply. I think this bit is an answer to your question: >�3) The only way I've been able to use COM objects in A# is to >�import them into a C# project (thus creating an Interoperability >�DLL). �This Interoperability DLL can be ILDASM'd and the MSIL2Ada'd.