comp.lang.ada
 help / color / mirror / Atom feed
From: Gautier <gautier@fakeaddress.nil>
Subject: Re: Problem with a C string to Ada conversion
Date: Fri, 09 Jun 2006 00:47:37 +0200
Date: 2006-06-09T00:47:37+02:00	[thread overview]
Message-ID: <4488a944$1_6@news.bluewin.ch> (raw)
In-Reply-To: <44889ac7$1_5@news.bluewin.ch>

OK, found it (beginning with reading the Manual about 
Dereference_Error...) - it was a null pointer on the C side.
By initializing GL before calling GetString
   GLUT.Init;
   if GLUT.CreateWindow( "Test" ) = 0 then return; end if;
it works now...
G.



  reply	other threads:[~2006-06-08 22:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-08 21:45 Problem with a C string to Ada conversion Gautier
2006-06-08 22:47 ` Gautier [this message]
2006-06-08 22:57   ` Gautier
replies disabled

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