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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7d678bbfa50f2552 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-26 06:23:15 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn14feed!worldnet.att.net!199.45.49.37!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny01.gnilink.net.POSTED!0f19ed38!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: Subject: Re: function at specific address X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Date: Thu, 26 Feb 2004 14:23:13 GMT NNTP-Posting-Host: 141.154.50.15 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny01.gnilink.net 1077805393 141.154.50.15 (Thu, 26 Feb 2004 09:23:13 EST) NNTP-Posting-Date: Thu, 26 Feb 2004 09:23:13 EST Xref: archiver1.google.com comp.lang.ada:5850 Date: 2004-02-26T14:23:13+00:00 List-Id: If I understand you correctly, you want your function to be loaded at an address determined at run time. This may be possible, but it is a highly platform-specific issue. In order to get more hlep, you will need to specify what environment this program will be running on. Also, it might help if we took a step back and looked at the larger picture. There may be a way to achieve your goals other than forcing a function to be loaded at a given address. Please provide us with more details.