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.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c1d9ed8265ad16c6,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-01 02:22:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!xmission!news-out.spamkiller.net!propagator2-maxim!news-in.spamkiller.net!carrier.kiev.ua!news.lucky.net!not-for-mail From: "Artiom Ivanov" Newsgroups: comp.lang.ada Subject: DLL creating, help ... Date: Fri, 1 Nov 2002 12:21:57 +0200 Organization: Unknown Message-ID: NNTP-Posting-Host: malva-56k-lucky.malva.com.ua X-Trace: news.lucky.net 1036146140 6581 193.193.194.126 (1 Nov 2002 10:22:20 GMT) X-Complaints-To: usenet@news.lucky.net NNTP-Posting-Date: Fri, 1 Nov 2002 10:22:20 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:30275 Date: 2002-11-01T12:21:57+02:00 List-Id: Please some one help me to resolve this problem: I want to create a DLL and to export a function. My problem is that i can't understand how to proceed with gcc to do such topic (to create a DLL using gcc, and to export a function written in ADA95 language) Please send me some example ready to be compiled and some instructions, please. Thanks in advance. An additional question: How to export a class method into DLL (using gcc)?