comp.lang.ada http://groups-beta.google.com/group/comp.lang.ada
Today's most active topics: * Windows Ada database support. - 17 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/bf02c238a92156a3 * GNAT won't link on "warning" - 5 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/2317a992e7241939 * [Announce] ASIS for GNAT gcc-3.4.4-20041123 released - 4 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/b337cced42cde073 * Would You Fly an Airplane with a Linux-Based Control System? - 4 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ac9405996d0dcb7f * Generic,procedure and visibility. - 2 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ef0a2057d81387f4 Active Topics ------------- Windows Ada database support. - 17 new -------------------------------------- ...Sorry, I interpreted "request" as "query." Naturaly Mneson can update too. The two primitives are connect two vertices, disconnect two vertices. See also Mntext. (I'm working on Uniformal, the Mneson language that encompasses all these aspects. I can send drafts if wanted.) XQuery cannot update, no. But I'm sure there is a subset of the myriad - Mon, Nov 29 2004 10:30 am 17 messages, 6 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/bf02c238a92156a3 GNAT won't link on "warning" - 5 new ------------------------------------ Hello, For demonstation purpose I wanted to write a program which will raise an exception on converting some data: with Ada.Text_IO; procedure Convert_ Checked is type Short_Short_Integer is range -(2**7) .. +(2**7-1); type Byte is mod 2**8; package T_IO renames Ada.Text_IO; - Mon, Nov 29 2004 10:45 am 5 messages, 4 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/2317a992e7241939 [Announce] ASIS for GNAT gcc-3.4.4-20041123 released - 4 new ------------------------------------------------------------ ...Yes, but it doesn't work. ...Why is it in the makefile then? ...What is that supposed to show? ...Yes and if you look in the GNAT_Body, you have g- string.ads NOT g-string.adb, but if I change the makefile, it does not copy it across. ...I don't understand what that's supposed to mean? ...Well, I've tried a whole load of different versions and none work, this - Mon, Nov 29 2004 11:05 am 4 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/b337cced42cde073 ada and database - 1 new ------------------------ copy it from [link] Ada.Text_Io; use Ada.Text_Io; with Gnatcom.Initialize; with Gwindows.Databases; use Gwindows.Databases; with Gnatcom.Types; with Gnatcom.Variant; with Ada.Strings; with Ada.Strings.Fixed; with Ada.Exceptions; with System; - Mon, Nov 29 2004 1:55 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/c2056b99faf05bbf Thick Ada bindings to C Win32 - 1 new ------------------------------------- ...The reason for this is that Ada needs to keep track of the array bounds of an Byte_Array object. In the case of Byte_Array_Access, the GNAT compiler choose the "fat pointer" approach of including the array bounds as part of the access type. In other words, a Byte_Array_Access object contains a - Mon, Nov 29 2004 2:34 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/47957cb8c33729e5 Generic,procedure and visibility. - 2 new ----------------------------------------- ...generico.nascosto].inizia ...in ...thanks, but type P_Pippo is visible only in Nascosto. how export the task pointer outside the package? maurizio - Mon, Nov 29 2004 8:29 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ef0a2057d81387f4 Access1 := new Accessed_Type; Access1 = Access2 ...?! - 1 new ------------------------------------------------------------- ...news:[EMAIL PROTECTED] ...This was just inserted for debugging reasons ... I wanted to check whether State_ Access was null because I couldn't believe what was happening ;-) Regards, Florian Haag - Mon, Nov 29 2004 6:54 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/3821e3559d170f28 Would You Fly an Airplane with a Linux-Based Control System? - 4 new -------------------------------------------------------------------- ...I'm confused. Didn't they turn off all exceptions checks? Preben - Mon, Nov 29 2004 8:04 pm 4 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ac9405996d0dcb7f GNAT Ada.Streams Bug? - 1 new ----------------------------- ...I believe this to be generally true, but I prefer not to have to do this for all records. However, efficiency is one good reason to do it (in this case, the partition table is only read at boot time). ...Yes. I solved my problem by avoiding the 24 bit type, but yes, I could have worked around it with a routine like you suggested. - Mon, Nov 29 2004 12:47 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/1ea59bb198e88f9f Online Marketing - 1 new ------------------------ Hi We offer you E-mail addresses databases (or called Bulk E-mail lists) for online advertisement. we provide you with a free list of email addresses you can use in your marketing campaign, or you can choose to buy larger inexpensive databases. Furthermore, you can download several online marketing softwares absolutely - Mon, Nov 29 2004 2:03 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/2e6b631ceb388f38 GNADE samples on windows (cygwin) - 1 new ----------------------------------------- ...Configuration is something I don't enjoy, but appreciate when it works well. I am sure that it is not as easy as it should be but I'll find out a bit more before I make a committment. Any "non-technical" advice from anybody that has done this would be appreciated. ...Thanx, I'll e-mail you later this week with what I found. - Mon, Nov 29 2004 2:24 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/2b8b8a2d72b3a04c Preelaborable generic body: question - 2 new -------------------------------------------- In this example: generic x1: integer; package pak2 is pragma Preelaborate; pragma Elaborate_Body; end pak2; package body pak2 is x2: integer := x1; end pak2; My reading is that 10.2.1(10) makes this illegal, because it's possible to instantiate pak2 with an actual for "x1" that would cause - Mon, Nov 29 2004 6:05 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/3a3d295a91a47a88 ============================================================================== 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
