First  |  Prev |  Next  |  Last
Pages: 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
MI5 Persecution: Security Service Tribunal Denies
Security Service Tribunal Denies In June 1997 the Security Service Tribunal wrote to me regarding the complaint I had brought against MI5 in February. They say, The Security Service Tribunal have now investigated your complaint and have asked me to inform you that no determination in your favour has been mad... 8 Jan 2007 05:48
CORBA Ada bindings
Version 1.2 of the GNU Ada CORBA Kit (GNACK) has been released. Main feature of this version is the switch from ORBit-1 to to ORBit-2. http://sourceforge.net/projects/orbitada Oliver M. Kellogg -- okellogg at users dot sourceforge dot net ... 8 Jan 2007 07:22
Tash + ObjectAda Help
Hello, I've been trying to get Tash and ObjectAda to cooperate and have had some problems. I've never worked with importing from other languages so please bear with me. My environment is Nt4.0, ObjectAda 7.2.2, VC++ 6.0 (if its needed) and Tcl/Tk 8.4.14 installed. My needs are strictly gui at this point. My fir... 23 Dec 2006 05:55
GNAT and Vista?
Has someone already exxperience with GNAT on Windows Vista? Does it work? And even such tools like GPS, GVD, AdaGIDE? Some friends told me that Win32-API based applications are no longer supported on Vista (only dot Net). ... 18 Dec 2006 14:48
ANNOUNCE: Avatox 1.4 now available
Avatox (Ada, Via Asis, To Xml) is an application that traverses an Ada compilation unit and outputs the ASIS representation of that unit structured as an XML document. The format of the XML in the document can be configured, and supplemental source annotations can be generated. Changes since version 1.3: - Fi... 13 Dec 2006 20:37
Get_Line problem (GNAT bug?)
Hi, Consider: with Ada.Text_IO; procedure Hello is use Ada.Text_IO; Input_Line : String(1..100); Last_Index : Integer range 0..100; begin loop Put("What's your name? "); exit when End_Of_File; Get_Line(Input_Line, Last_Index); if Last_Index >= Input_Line'F... 10 Dec 2006 10:40
I/O streaming with custom data transport
Hi, In C++ the IOStreams library allows to vary the behaviour of the stream by decoupling formatting from data buffering and transport to the physical device, which are in turn strategies for the stream object. This means that having millions of functions like this: void foo(ostream &s) { s << "Hello... 24 Nov 2006 04:39
How to use associative arrays in Ada 2005?
Hi! Can anybody explain me how to use associative arrays in Ada 2005? I mean hashes like in Perl. Some background: I'm a student of Computational Linguistics and try to get away from Perl which I find not efficient enough (at my university, Perl is the standard language used by the professors). In my opinion, C+... 28 Nov 2006 08:45
Ada (GNAT) and GNU Scientific Library
Any hint on how an Ada programmer (using linux) can use GNU Scientific Library ? reinert ... 21 Nov 2006 22:45
Sockets
Hi, Let's say that I would like to write an Ada program that uses sockets and compile and run it on my Linux box. There three ways to do this that I'm aware of: 1. Use GNAT runtime library. The advantage is that it will be portable to other platforms (as long as GNAT and its library is portable there). ... 16 Nov 2006 21:23
First  |  Prev |  Next  |  Last
Pages: 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98