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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d36fc3985d071e34 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail From: "=?iso-8859-1?B?Qmr2cm4=?=" Newsgroups: comp.lang.ada Subject: Re: Pointer address Date: 31 Dec 2004 01:49:32 -0800 Organization: http://groups.google.com Message-ID: <1104486572.138005.164270@c13g2000cwb.googlegroups.com> References: <1224531.Y4V0fVubSt@jellix.jlfencey.com> NNTP-Posting-Host: 213.114.86.222 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1104486578 25833 127.0.0.1 (31 Dec 2004 09:49:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 31 Dec 2004 09:49:38 +0000 (UTC) In-Reply-To: <1224531.Y4V0fVubSt@jellix.jlfencey.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=213.114.86.222; posting-account=XtH-7w0AAAD9fnmY345GWHA6uyNTbG5H Xref: g2news1.google.com comp.lang.ada:7338 Date: 2004-12-31T01:49:32-08:00 List-Id: The code is for some IPC stuff. I'm trying to pass messages to another MS program. You were quite right, I was confused about the address clause. Setting the pointer value instead, as I should have, solved the problem. Thanks Bj=F6rn