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.6 required=5.0 tests=BAYES_00,FROM_WORDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,733d3008a29a0c63 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!news2.arglkargh.de!noris.net!news1.nefonline.de!not-for-mail From: "Alexander Camek" Newsgroups: comp.lang.ada Subject: Re: Using Functions of Executable Date: Mon, 26 Nov 2007 14:07:59 +0100 Organization: NEFkom - Mnet Telekommunikations GmbH Message-ID: References: NNTP-Posting-Host: pleione.3soft.de X-Trace: news1.nefonline.de 1196082480 29130 212.114.211.8 (26 Nov 2007 13:08:00 GMT) X-Complaints-To: usenet@news1.nefonline.de NNTP-Posting-Date: Mon, 26 Nov 2007 13:08:00 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-RFC2646: Format=Flowed; Response X-NNTP-Posting-Host: 10.1.1.39 Xref: g2news1.google.com comp.lang.ada:18625 Date: 2007-11-26T14:07:59+01:00 List-Id: Hi, >> My Problem is that I can't export the functions given in my executable, >> although all exported functions in the executable are decorated with >> pragma >> Export(C, , ). > > Try: Export(Stdcall, , ) Will that work under linux, too? Because I need it platform independent. Greetings Alexander