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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7c247e5dd8852278 X-Google-Attributes: gid103376,public From: A Schoepel Subject: Re: Getting GNAT Ada DLL to work with MSVC++? Date: 2000/02/10 Message-ID: <38A32DC9.AEBA252D@mail.earthlink.net>#1/1 X-Deja-AN: 584292444 Content-Transfer-Encoding: 7bit References: <38A24D1B.109879BA@mail.earthlink.net> <87v9a0$tib$1@nnrp1.deja.com> X-Accept-Language: en,es-MX Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-la.pbi.net 950221593 63.198.146.83 (Thu, 10 Feb 2000 14:26:33 PST) Organization: SBC Internet Services MIME-Version: 1.0 NNTP-Posting-Date: Thu, 10 Feb 2000 14:26:33 PST Newsgroups: comp.lang.ada Date: 2000-02-10T00:00:00+00:00 List-Id: Thanks everyone! I got the &*%$ thing to work finally. I was trying to use a Interfaces.C type, which I thought I was doing correctly, but wasn't and it caused the whole thing to go south! As soon as I got rid of that type and just tried to do my primary processing (without the little goodie) everything worked fine.