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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-06 10:26:13 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: john.conrad@cdcgy.com (John) Newsgroups: comp.lang.ada Subject: MSVC to Rational Apex DLL Date: 6 Jul 2001 10:26:13 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 209.167.52.146 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 994440373 5513 127.0.0.1 (6 Jul 2001 17:26:13 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 6 Jul 2001 17:26:13 GMT Xref: archiver1.google.com comp.lang.ada:9567 Date: 2001-07-06T17:26:13+00:00 List-Id: 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?