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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1b5a1e8589d6a2eb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: ich_bin_elvis@hotmail.com Newsgroups: comp.lang.ada Subject: Re: combine Ada with MS VS C++ Date: 16 Mar 2005 06:53:19 -0800 Organization: http://groups.google.com Message-ID: <1110984799.156059.248460@z14g2000cwz.googlegroups.com> References: <1110978291.469762.247330@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 158.36.33.94 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1110984803 2165 127.0.0.1 (16 Mar 2005 14:53:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 16 Mar 2005 14:53:23 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=158.36.33.94; posting-account=0aqxew0AAACkVywG-5LBKAoZkI4b4H_t Xref: g2news1.google.com comp.lang.ada:9497 Date: 2005-03-16T06:53:19-08:00 List-Id: Thanks,How would you declared this in ada an MS VS C++ for a procedure the procedures is as follows in Ada. Vr and Vl are two global double variablers in the C++ program. Ada: procedure CheckBuffer(vr,vl : in out is Interfaces.C.double); Do I need to write something special in the *.DEF file?? except from EXPORTS CheckBuffer