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,c19c20af5e77a05d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-11 12:30:46 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!bstnma1-snf1.gtei.net!news.gtei.net!USEAST.RATIONAL.com NNTP-Posting-Host: 172.20.21.30 Newsgroups: comp.lang.ada Date: Wed, 11 Jul 2001 15:37:15 -0400 Message-ID: From: "Corey Ashford" References: Subject: Re: MSVC to Rational Apex DLL X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:9827 Date: 2001-07-11T15:37:15-04:00 List-Id: If you haven't already, you should try contacting support@rational.com Corey Ashford Rational Software Corp. "John" wrote in message news:da1996fd.0107060926.6bed7632@posting.google.com... > After hours of digging through every reference I could find to calling > an Ada DLL from C (including David Botton's GNAT example), I'm still > not there. I end up with an access violation in VADS_KRN.DLL - my > guess is that it's an elaboration problem....??? > > Does anyone have an example of MSVC (v6) calling an Apex (v2.0.2) DLL? > Or the Apex equivalent to the GNAT adainit() sample?