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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fcc2d88d867060e8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-20 13:15:30 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-01!sn-xit-08!supernews.com!newsfeed.news2me.com!elnk-nf2-pas!newsfeed.earthlink.net!attbi_feed3!attbi.com!attbi_s04.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: load and use a ".o" file? References: <132Fb.3462$I02.2996@newssvr23.news.prodigy.com> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 24.6.133.123 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s04 1071954929 24.6.133.123 (Sat, 20 Dec 2003 21:15:29 GMT) NNTP-Posting-Date: Sat, 20 Dec 2003 21:15:29 GMT Organization: Comcast Online Date: Sat, 20 Dec 2003 21:15:29 GMT Xref: archiver1.google.com comp.lang.ada:3645 Date: 2003-12-20T21:15:29+00:00 List-Id: >The "main program" operates much like a command prompt, and when >(compile-file "hithere") is typed at the prompt, gnat will be called to >compile an object file. Then when (load "hithere") is typed at the >prompt, the object file is loaded and the data and/or functions in >"hithere" are now available to the main program. Some additional How about making the freshly generated "hithere" file a server program with remotely accessible procedures etc and use Annex E.