comp.lang.ada
 help / color / mirror / Atom feed
From: "Björn Persson" <spam-away@nowhere.nil>
Subject: Re: GtkAda Problem
Date: Sat, 17 Jul 2004 17:38:05 GMT
Date: 2004-07-17T17:38:05+00:00	[thread overview]
Message-ID: <1udKc.98748$dP1.333832@newsc.telia.net> (raw)
In-Reply-To: <cdbipf$aus$07$1@news.t-online.com>

Oliver Doerler wrote:

> fidle_id := Gtk.Main.Idle_Add (fidle'access);
> 
> gnatmake Message:
> =>subprogram must not be deeper than access type

Did you declare fidle inside the main subprogram? Move it to a package. 
Idle_Callback is defined on what is called the library level. It's not 
allowed to point to something on a deeper level, and what's inside a 
subprogram is deeper. The rule is there to prevent pointers from 
pointing to something that can go out of scope and disappear before the 
pointer goes out of scope.

I think most beginners try to do this and get confused. I know I did.

-- 
Björn Persson                              PGP key A88682FD
                    omb jor ers @sv ge.
                    r o.b n.p son eri nu




  parent reply	other threads:[~2004-07-17 17:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-17 16:05 GtkAda Problem Oliver Doerler
2004-07-17 16:11 ` Sorry wrong Def.! Oliver Doerler
2004-07-17 17:38 ` Björn Persson [this message]
2004-07-17 20:00   ` GtkAda Problem Nick Roberts
2004-07-17 22:40     ` Jeffrey Carter
2004-07-18  0:01       ` Nick Roberts
2004-07-18 11:29         ` Simon Wright
2004-07-18 14:17           ` Nick Roberts
2004-07-19 19:55             ` Warren W. Gay VE3WWG
2004-07-19 21:58               ` Ludovic Brenta
2004-07-19 22:59                 ` Ed Falis
2004-07-20 16:58                 ` Warren W. Gay VE3WWG
2004-07-20 18:14               ` Nick Roberts
2004-07-19 23:55         ` Randy Brukardt
2004-07-17 17:44 ` Nick Roberts
2004-07-21 20:15 ` Oliver Doerler
  -- strict thread matches above, loose matches on Subject: below --
2003-01-07 11:45 gtkada problem Evangelista Sami
2003-01-07 18:46 ` Stephen Leake
replies disabled

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