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,85adbf2c85d62e36,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-01 20:44:20 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news-out.visi.com!hermes.visi.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!chcgil2-snh1.gtei.net!news.bbnplanet.com!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!attbi_s52.POSTED!not-for-mail From: Freejack Subject: More Florist. Newsgroups: comp.lang.ada Message-ID: User-Agent: Pan/0.11.4 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: ALL NNTP-Posting-Host: 12.245.85.50 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s52 1067748259 12.245.85.50 (Sun, 02 Nov 2003 04:44:19 GMT) NNTP-Posting-Date: Sun, 02 Nov 2003 04:44:19 GMT Organization: Comcast Online Date: Sun, 02 Nov 2003 04:44:19 GMT Xref: archiver1.google.com comp.lang.ada:1913 Date: 2003-11-02T04:44:19+00:00 List-Id: Well, everythings compiled and linked properly. I can do just everything else I need with Florist. But I'm running into trouble here... type Database_Array is new POSIX.Octet_Array; type Database_Array_Pointer is access all Database_Array; function Get_Network_Info_By_Name (Name : POSIX.POSIX_String; Storage : Database_Array_Pointer) return Network_Info; Now, setting up the Posix_String is pretty straightforward. But I'm totally lost on this Database_Array_Pointer business. I've tried about a zillion different possible combinations and either it wont compile or I get STORAGE_ERROR at runtime. No problems with the other stuff. Just this. I give up. Any pointers(no pun intended) would be greatly appreciated. Thanks. Freejack