comp.lang.ada
 help / color / mirror / Atom feed
From: Lutz Donnerhacke <lutz@iks-jena.de>
Subject: Re: [Spark] Arrays of Strings
Date: Thu, 10 Apr 2003 15:02:05 +0000 (UTC)
Date: 2003-04-10T15:02:05+00:00	[thread overview]
Message-ID: <slrnb9b1r8.p2.lutz@taranis.iks-jena.de> (raw)
In-Reply-To: 1ec946d1.0304100609.52b0fac0@posting.google.com

* Matthew Heaney wrote:
> Lutz Donnerhacke <lutz@iks-jena.de> wrote in message news:<slrnb9aagi.p2.lutz@taranis.iks-jena.de>...
>> * Matthew Heaney wrote:
>> > If you want to use the char* type in Interfaces.C.Strings, then your
>> > problem reduces to:
>> >
>> >   type chars_ptr_access is access constant C.Strings.chars_ptr;
>> >   for chars_ptr_access'Storage_Size use 0;
>> >   pragma Convention (C, chars_ptr_access);
>>
>> Ack. And Spark does not allow access types. So my question is still open.
>
> Doesn't Spark have a #hide clause, to turn off Spark checking?  After
> all, you're calling a C library function, so what difference does
> Spark make?

Right, but I'm looking for the Spark frontend of this hide clause.

> You could simply pass type System.Address.

Of course. I can pass any private type, but how do I initialize such a thing?

>   execv(filename, argv_array (argv_array'First)'Address);

This call has to occur in normal Spark.
argv_array has which type? array (Positive range <>) of System.Address?

And the examinder says:
***        Semantic Error    : 54: Illegal attribute: Address.

> Or you could use an access parameter:
>
>   execv(filename, argv_array (argv_array'First)'Access);

How do I do this in a Spark frontend? Of course, I can hide the whole
program, but this is not really a solution.



  parent reply	other threads:[~2003-04-10 15:02 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-08 12:02 [Spark] Arrays of Strings Lutz Donnerhacke
2003-04-08 18:08 ` Martin Krischik
2003-04-09  9:23   ` Lutz Donnerhacke
2003-04-09 12:38     ` Hyman Rosen
2003-04-09 12:47       ` Vinzent Hoefler
2003-04-09 14:27         ` Hyman Rosen
2003-04-09 15:13           ` Vinzent Hoefler
2003-04-09 17:21         ` Hyman Rosen
2003-04-09 18:41           ` Vinzent Hoefler
2003-04-09 21:04           ` Randy Brukardt
2003-04-10 23:21           ` John R. Strohm
2003-04-11 12:19             ` Hyman Rosen
2003-04-11 13:14               ` John R. Strohm
2003-04-09  7:50 ` Eric G. Miller
2003-04-09  8:10   ` Lutz Donnerhacke
2003-04-09 18:23   ` Matthew Heaney
2003-04-09 17:42 ` Matthew Heaney
2003-04-09 21:06   ` Randy Brukardt
2003-04-10  8:23   ` Lutz Donnerhacke
2003-04-10 14:09     ` Matthew Heaney
2003-04-10 14:48       ` Hyman Rosen
2003-04-11  6:20         ` Chad R. Meiners
2003-04-11 12:31           ` Hyman Rosen
2003-04-11 18:27             ` Chad R. Meiners
2003-04-11  7:35         ` Phil Thornley
2003-04-11 12:05           ` Marin David Condic
2003-04-11 13:19             ` John R. Strohm
2003-04-12 23:09               ` Robert A Duff
2003-04-11 18:47             ` Chad R. Meiners
2003-04-12 23:51         ` Robert A Duff
2003-04-13  5:47           ` Hyman Rosen
2003-04-14  8:05             ` Lutz Donnerhacke
2003-04-10 15:02       ` Lutz Donnerhacke [this message]
2003-04-10 15:50         ` Hyman Rosen
2003-04-10 18:32           ` Randy Brukardt
2003-04-11  6:28         ` Chad R. Meiners
2003-04-11  8:11           ` Lutz Donnerhacke
2003-04-11 12:32 ` Rod Chapman
2003-04-11 14:50   ` Peter Amey
2003-04-11 18:41   ` Matthew Heaney
2003-04-11 21:25     ` Chad R. Meiners
2003-04-12 10:08     ` Peter Amey
replies disabled

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