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,3682579b9680cad0 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: Ada and DLL Date: 1999/03/28 Message-ID: <36FDC202.6EF85A5@Botton.com>#1/1 X-Deja-AN: 459916359 Content-Transfer-Encoding: 7bit References: <922580577.316.60@news.remarQ.com> To: Harry Tucker X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: CyberGate, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-28T00:00:00+00:00 List-Id: Take a look at the COM example on the Ada Source Code Treasury at: http://www.botton.com/ada/os The DLL How-To in the treasury at http://www.botton.com/ada/articles and Cafe 1815 at http://www.acenet.com.au/~gbull/ a set of packages for doing JNI. David Botton Harry Tucker wrote: > > I'm working on a small project and I forget how to write a DLL in Ada. My > project is in Java and I want to use Ada to build a JNI. Any ideas where I > can find examples and guides in doing this?