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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,238d86975fe557fa X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news3.google.com!news2.volia.net!npeer.de.kpn-eurorings.net!ecngs!feeder.ecngs.de!newsfeed.freenet.de!newsfeed00.sul.t-online.de!newsfeedt0.toon.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: "wlz" Newsgroups: comp.lang.ada Subject: Re: How to manage a system call inside Ada ? Date: Fri, 24 Nov 2006 18:35:48 +0100 Organization: T-Online Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1164389727 02 5682 lrenL8PlfpqUCf+ 061124 17:35:27 X-Complaints-To: usenet-abuse@t-online.de X-ID: XprwnYZ-QesSfa0sDQGDNjBhJzogK9IjFL2NB3P62yTdaj8IaCDfgq X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Xref: g2news2.google.com comp.lang.ada:7694 Date: 2006-11-24T18:35:48+01:00 List-Id: Thanks to Georg and Ken. Both suggestions works very well. The Aonix IDE on the Windows machine needs a search path: SearchPath: f:\compiler\aonix\objectada\apilib Rainer. "wlz" schrieb im Newsbeitrag news:ek4h7g$ph7$01$1@news.t-online.com... > Hi, > I want to call an editor inside Ada-Code. Is there a Ada function > like system(..) in C. > I tried to import a C function with this system call. But this failed, the > Ada Linker is missing the label _system. > > I hope somebody can help. > > thx - rainer >