comp.lang.ada http://groups-beta.google.com/group/comp.lang.ada
Today's most active topics: * Ada 2005? - 7 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/131f06967722ab4b * Ada DB bindings and APQ - 4 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ee0dc912649d50d4 * APQ - 3 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/2843c5eea3415584 * Objects and the Stack? - 3 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/7aeecd1069c28415 * Communication between Ada and Java through named pipes - 2 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/860efd11d835e2ae Active Topics ------------- Ada 2005? - 7 new ----------------- ...Why are you hung up on having a keyword 'class'? 'Tagged types' in Ada do the same thing wrt dynamic dispatching and 'packages' give you namespaces/ modules. ..."char*" really ought to be a 'const'... ...These really ought to be marked as 'const' functions... ...You just don't need this access type - Sat, Dec 18 2004 8:08 am 7 messages, 7 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/131f06967722ab4b Communication between Ada and Java through named pipes - 2 new -------------------------------------------------------------- I have two applications written in Ada and Java respectively and I want them to communicate using named pipes but I don't know how to do it. What I need is simply this : the Ada program has to put a text string into the pipe and the Java program must read the text, and they must do it in a non blocking way. - Sat, Dec 18 2004 11:28 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/860efd11d835e2ae APQ - 3 new ----------- ...Ok, Brian, hang on to your patches. I am trying to get my Source Forge account reactivated (something's happened to it), and then get this project up there. I am surprised that that was all there was to it. I must have made the same mistake. ...Normally, you would want to override Finalize, because you - Sat, Dec 18 2004 10:52 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/2843c5eea3415584 Ada DB bindings and APQ - 4 new ------------------------------- ...Dynamic scopes. If user creates these objects on the stack then [s]he is responsible for doing it in a proper order. The only way Ada might help here is to use access discriminants, then Ada accessibility rules will do the work. ...How? Either you have one more level of idirection, then you could remove - Sat, Dec 18 2004 5:43 pm 4 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ee0dc912649d50d4 Objects and the Stack? - 3 new ------------------------------ ...... ...The difference between what alloca() gets you and what you get in the declare block is a minor difference: -- Pseudo Ada here (Ada-ised C code for alloca()) declare My_String : String_Access := Alloca(String(1..8)); begin ... Put_Line(My_String.all); -- Real Ada here - Sat, Dec 18 2004 2:41 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/7aeecd1069c28415 no rule to make target gnatlib_and_tools - 1 new ------------------------------------------------ This is really weird. I am trying to build _just_ the ada compiler driver for linux using gcc 3.4.3 release sources. I enter the following (mostly as per instruction): % mkdir /extra/src/build % cd /extra/src/build % /extra/src/gcc/ configure --prefix=/opt/me --enable-languages=ada % make bootstrap % make gnatlib_and_tools - Sat, Dec 18 2004 5:27 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/1ceefa54d5df2c04 JGNAT - 1 new ------------- Have you actually gotten it to compile on Linux? Any pointers? - Sat, Dec 18 2004 6:21 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/134cc4ce6b759868 ============================================================================== You received this message because you are subscribed to the Google Groups "comp.lang.ada" group. To post to this group, send email to [EMAIL PROTECTED] or visit http://groups-beta.google.com/group/comp.lang.ada To unsubscribe from this group, send email to [EMAIL PROTECTED] To change the way you get mail from this group, visit: http://groups-beta.google.com/group/comp.lang.ada/subscribe To report abuse, send email explaining the problem to [EMAIL PROTECTED] ============================================================================== Google Groups: http://groups-beta.google.com
