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,bde09f59e961bdd6 X-Google-Attributes: gid103376,public From: pontius@btv.mbi.com (Dale Pontius) Subject: Re: DLL under OS/2 using GNAT? Date: 1997/11/06 Message-ID: <63seqh$ido$1@mdnews.btv.ibm.com>#1/1 X-Deja-AN: 287407454 References: <878767482.4975@dejanews.com> X-Complaints-To: newsmaster@btv.ibm.com X-Trace: mdnews.btv.ibm.com 878821009 18872 (None) 9.66.92.124 Organization: IBM Microelectronics Division Newsgroups: comp.lang.ada Date: 1997-11-06T00:00:00+00:00 List-Id: In article <878767482.4975@dejanews.com>, laurent.marc@ssd.loral.com writes: > Is it possible to create a Ada DLL using GNAT under OS/2? If yes, how? > Have any examples? If it is not possible, is there a magic trick to > interface with Fortran executables or/and C executables > (other than semaphores, that are too slow)? > Yes. At the moment I don't recall how, but several years back I fetched a document on how to do it. The OS/2 port of GNAT is based on the emx port of gcc to OS/2. I would cultivate some emx sources, and I'm sure you'll find the answer there. If you remain luckless for too long, repost and I'll try to dig up the document. Since it's several years old you're probably better off getting fresh information. There have been a few emx releases since I got the instructions, so they're probably dated. Dale Pontius (NOT speaking for IBM)