comp.lang.ada
 help / color / mirror / Atom feed
From: "Jeff C," <nolongersafeto@userealemailsniff.com>
Subject: Re: More Florist.
Date: Sun, 02 Nov 2003 13:23:51 GMT
Date: 2003-11-02T13:23:51+00:00	[thread overview]
Message-ID: <Hz7pb.65795$9E1.276588@attbi_s52> (raw)
In-Reply-To: pan.2003.11.02.06.38.28.506509@free.fr


"Patrice Freydiere" <frett27@free.fr> wrote in message
news:pan.2003.11.02.06.38.28.506509@free.fr...
>
> STORAGE ERROR could append if you use external libraries using interfaces
> package.
> If so, read the RM, it has a lot of informations about interfaces and how
> pass parameters.
>
> Patrice
>
>
> On Sun, 02 Nov 2003 04:44:19 +0000, Freejack wrote:
>
> > 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;
> >
> >

Have you tried something like

My_Storage : aliased Database_Array(1 .. 255);

begin
 XXX := Get_Network_Info_By_Name(Name => The_Name_You_Already_Figured_Out,
                                                              Storage =>
My_Storage'unchecked_access);
end;

....or something along those lines...





  reply	other threads:[~2003-11-02 13:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-02  4:44 More Florist Freejack
2003-11-02  6:38 ` Patrice Freydiere
2003-11-02 13:23   ` Jeff C, [this message]
2003-11-02 14:23     ` Freejack
2003-11-02 17:57     ` Freejack
2003-11-02 18:25       ` Jeff C,
2003-11-02 19:11         ` Freejack
2003-11-02 23:55         ` David Emery
2003-11-02 22:45 ` Mark Lorenzen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox