|
Corba.. Hi All, Iam using Orbriver/Ada for converting IDL to Ada , Iam getting an unusal error the IDL file if it contains more than 6 levels of modlue nesting, it thows up syntax error. for lesser levels of nesting it works fine. Is there any restriction on nesting the modules while using orbriver's idl2ada t... 2 Apr 2008 01:37
Limited initialization for non-limited types On Mar 28, 9:25 am, I wrote: A discriminant whose access_definition is a handle to ordinary record seems to allow most everything I can think I need soon. Except this doesn't work at all. The problem is that it completely breaks assignment (duh), giving a constraint error at run-time. I'm back to working w... 1 Apr 2008 23:58
AdaHome - A Persistent Problem The recent article by Mr. Bill in the Circuit Cellar included a reference to www.AdaHome.com. This is an effectively dead site and it seems that no one is able to get rid of it. Consequently, people are misled into going there instead of to one of the sites that is kept current. Does anyone have any ideas about h... 4 Apr 2008 07:32
Newbie Questions Hi Everyone, I have been playing with GNAT and Ada for a little bit (GNAT 4.2.1 (Ubuntu 4.2.1-5ubuntu6) on Ubuntu 7.10). I have successfully written a doubly linked list with generics so I think I am starting to have a feel for the language. However, my binaries have always seemed a bit large compared to my... 1 Apr 2008 17:21
How to return an empty aggregate In my previous post I had the following: type Concrete is new Middle with null record; function Make_Concrete return Concrete is C : Concrete; begin return C; end Make_Concrete; I would like to return the empty(?) aggregate instead of the dummy local variable. Is... 7 Apr 2008 16:13
Compiler bug Consider a trivial example with composition of interfaces: with Ada.Text_IO; procedure A is package Stuff is type Base_1 is interface; procedure P_1 (X : in Base_1) is abstract; type Base_2 is interface; procedure P_2 (X : in Base_2) is abstract; type Middle is inter... 2 Apr 2008 13:57
Robert Dewar's great article about the Strengths of Ada over other langauges in multiprocessing! >>>>> "FW" == Florian Weimer <fw(a)deneb.enyo.de> writes: FW> * Ole-Hjalmar Kristensen: Second, I cannot find anything in the RM which says you can make *any* assumptions about objects which are outside the protected object so I cannot see how signaling will help you. FW> I think tha... 17 Apr 2008 01:12
Are there noticable differences in Ada acceptance by country? On Wed, 19 Mar 2008 23:08:06 -0700, Dennis Lee Bieber <wlfraed(a)ix.netcom.com> wrote: On Wed, 19 Mar 2008 13:21:21 -0800, "Phaedrus" <phaedrusalt(a)hotmail.com> declaimed the following in comp.lang.ada: We should have named her "Lovelace". At least then the other hits would be interesting! ... 31 Mar 2008 20:00
if Restrict_Func /= null confusion Well folks its been at least 4 years since I've perused and/or written Ada source. That aside I'm perusing source code written in Ada. So consider: -- used to restrict a variable within a range -- for example: -PI to +PI type Restrict_Function is access function (X: Real4) return Real4; type Filt_Data is ... 31 Mar 2008 20:00 |