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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,56a94442d514b905,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newshosting.com!nx01.iad01.newshosting.com!post01.iad01.newshosting.com!not-for-mail From: "Andrew W" Newsgroups: comp.lang.ada Subject: Plugins/Dynamic Libraries Date: Wed, 10 Nov 2004 20:46:29 -0000 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-ID: <419313b1$0$31235$9a6e19ea@news.newshosting.com> Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com X-Complaints-To: abuse@newshosting.com Xref: g2news1.google.com comp.lang.ada:6136 Date: 2004-11-10T20:46:29+00:00 List-Id: Greetings All, I am starting work on a plug in / dynamic library project with ADA and just wanted to see if I had missed anything. I understand that this is very compiler and OS dependent. Under Linux the accepted method is using the DLibs bindings to dlopen etc http://www.cyberdanx.co.uk/ada95/dlibs.html Under Windows the accepted method is using COM http://www.gnavi.org/gnatcom/ I found a post from last year which mentions: "there is a AdaPlugin project for Linux that use Dynamic Glib Module functionnality" but did not provide any more information - I have been unable to find such a project. I would most obliged if anybody has pointers to any other ada dynamic library implimentations (especially under Linux/Unix). Thank you very much in advance, Andrew