comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <rm.dash-bauhaus@futureapps.de>
Subject: Re: ADA and Open GL
Date: Tue, 09 Aug 2011 16:48:13 +0200
Date: 2011-08-09T16:48:14+02:00	[thread overview]
Message-ID: <4e4148ae$0$6547$9b4e6d93@newsspool4.arcor-online.net> (raw)
In-Reply-To: <4e4144df$0$2573$703f8584@news.kpn.nl>

On 09.08.11 16:31, ldries46 wrote:

>   glutCreateWindow( pwin );                   -- Create the Window PROBLEM
ignored_window_identifier := glutCreateWindow( pwin );

The function glutCreateWindow returns a value.
The Ada mapping, then, will also return this
value, as programmers might want to keep it.
  If you do not need the return value, the
program must still follow Ada rules which state
that all parameters of a subprograms must be
handled, be they in, in out, out or return.



  reply	other threads:[~2011-08-09 14:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-09 14:31 ADA and Open GL ldries46
2011-08-09 14:48 ` Georg Bauhaus [this message]
2011-08-09 14:51 ` Simon Wright
2011-08-10  8:58 ` ldries46
2011-08-10 11:09   ` Simon Wright
2011-08-10 13:23     ` ldries46
2011-08-10 15:35       ` Simon Wright
  -- strict thread matches above, loose matches on Subject: below --
2011-08-10 14:24 ldries46
replies disabled

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