First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Defect with formal package parameters
GNAT 2008 (just installed) fails to compile the following example, which was cut down from existing code to isolate the problem. This is the error message. foo.ada-spec:16:34: actual for "Operation" in actual instance does not match formal Changing the syntax to eliminate "others =>", which is what the commen... 21 Jun 2008 14:48
gnat GPL 2008 and annex E
Hi, Our project is a heavy user of annex E. We are currently using gnat GPL 2007 + glade GPL 2007, thanks to adacore. The trend seems to be to use polyorb instead of glade for distributed application. So I have started to compile our project with polyorb but with gcc-4.3 + svn or full gpl 2008 (gnat + polyorb)... 19 Jun 2008 01:15
Generic warning
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm implementing a B-Tree in Ada using indefinite private type: generic -- Element to be stored in the btree type Element (<>) is private; -- Null element when not found Element_Null: Element; -- Key of the element in the B-Tree wich mus... 19 Jun 2008 01:15
Question on initialization of packages
I try to use a stack in my Ada program. Assume the package definition given below, and the follow code in my program: type Message_t; type Message_ta is access Message_t; package Message_Stack_p is new Stacks(Message_ta); Send_Stack : Message_Stack_p.Stack; Question: How can I be sure tha... 19 Jun 2008 01:15
About String
"Dmitry A. Kazakov" <mailbox(a)dmitry-kazakov.de> writes: On Sun, 08 Jun 2008 17:19:11 -0400, Robert A Duff wrote: Maciej Sobczak <see.my.homepage(a)gmail.com> writes: After all, with the possibility to initialize the new variable with arbitrarily complex expression (including function call), thi... 19 Jun 2008 01:15
Ryhm�n sfnet.keskustelu.evoluutio virallinen kuvaus
Heidi hautala: "Suomalaisista ollaan tekem�ss� ydinvoiman koekaniineja, ennen�kem�tt�m�ll� tavalla!" Johan oli lausunto muuten! Mit� h�n viisaana kansanedustajanamme siis tarkoitti t�ll� oudolla lausumallaan. Mik� on se ydinvoiman "ennen�kem�t�n koekaniiniksi asettelu" maasamme jossa on ydinmvoimaa voimaloineen o... 19 Jun 2008 01:15
Kone t�ynn� troijalaisia ym. matoja
Eilen 27.04-08 haastatteli YLE Egybtin hallitusvirkamiest�.H�n kertoi h�mm�styneen�, ettei maailmassa ole koskaan n�hty niin massiivista monikymmenmiljoonaista kansanliikett� maansa historiassa , kun nyt liikkeelle l�hteneet "leip�kapinoinnit maassaan.!" Suorastaan musertavan hiljaa on tiedotusv�lineemme olleet sii... 19 Jun 2008 01:15
Tulostin satunnaiseen k�ytt��n
Piti oikein lainailla aiheeseen liittyv�� kirjamateriaalia, kun v�itettiin, ettei Big Bang pohjautuisi klassiseen supernovar�j�hdysteoriafraktaaliin. BANG! Maailmankaikkeuden historia. Brian Mey, Patrick Moore, Chris Lintott: Heti alkukuvissa on massiivisen ja nimenomaan KLASSISEN supernovar�j�hdyksen peruskaava.... 19 Jun 2008 01:15
Ann: GLOBE_3D release, with collision detection
....and an automated way of translating game map data from the "id Tech 4" editor (Doom 3, Quake 4). Some screenshots: http://globe3d.sf.net/g3d/folder1.htm The main page is: http://globe3d.sf.net/ Enjoy! _________________________________________________________ Gautier's Ada programming -- http://sf.net/... 19 Jun 2008 01:15
Passing an instance of a generic child as a generic parameter
Hi there, I'm trying to pass an instance of a generic child unit to another generic package, but the only syntax, I could found specifies a concrete generic package. Let's first have a look at my pathological example: -- GENERIC PARENT 'other' ADS generic B : Integer; package Other is type Object i... 19 Jun 2008 01:15
First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28