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,962570a73c72dd26 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Ada code -> DLL -> C++Builder3 Date: 1999/08/29 Message-ID: <7qc47t$4v6$1@news.gate.net>#1/1 X-Deja-AN: 518609118 References: <7qbftq$ntj$1@news7.svr.pol.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 935957565 5094 199.227.148.23 (29 Aug 1999 20:12:45 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 29 Aug 1999 20:12:45 GMT Newsgroups: comp.lang.ada Date: 1999-08-29T20:12:45+00:00 List-Id: See the article: * Using GNAT Dlls from C (van Dijk & Marceau) http://www.adapower.com/articles Also take a look at the other related articles there. __Make sure you are calling AdaInit in the DllMain of the Ada DLL.__ David Botton Sean Parkinson wrote in message <7qbftq$ntj$1@news7.svr.pol.co.uk>... >Has anybody got any ideas why this might be >happening, as I feel that I may have missed >something critical? > >The DLLs will work correctly, when linked and run >with Ada code. > >Any help you may be able to provide with the >above problem would be much appreciated. > >Regards > >Sean