Description:
Discussion about Ada*.
|
|
|
Window Management
|
| |
I have a lot of experience w/ Modula-2 and would like to know how to find comparable packages and subprograms to these Modules. Idealy, I would like the same code to work under WinXP and Ubuntu 9.04 The syntax of Modula-2 is very similar to Ada pacakges, from what I can see. FROM TextWindows IMPORT... more »
|
|
Record representation : components order
|
| |
Good evening to all (evening time here - good morning for the others), I was looking back at the RM section 13, “ Representation issues ” for records. First of all, I noticed somehing I had forgot, with an nice example in annotion ...If a packed record .... or a formal parameter of an unchecked conversion. To not to be forgotten, otherwise the implementation is... more »
|
|
GLib and Pango Warnings
|
| |
I do get the following warnings in the DOS window since I use GPL 2009 at the moment that I run the program: (c_to_ada.exe:444): GLib_WARNING **: Passing a non-NULL package to g_win32_get_package_installati on_directory() is depreciated and will not work in GLib after 2.18. (c_to_ada.exe:444): Pango_WARNING **: error reading alias file:... more »
|
|
GCC 4.4.0 Postcondition oddity.
|
| |
Hello. See the following: package P is procedure X (A : out Natural); pragma Postcondition (A >= 10); end P; package body P is procedure X (A : out Natural) is begin A := 20; end X; end P; $ gcc44 -gnatwadleG -gnatVa -gnato -gnata -gnatW8 -gnatiw - gnaty2aAbdefhiklnprStu -c p.adb p.ads:4:25: warning: "A" may be referenced before it has a value... more »
|
|
cannot find -lgtkada_c
|
| |
Please, Can someone tell me what I did wrong. In GNAT GPL 2008 the compilation and building worked. Now I installed GNAT GPL 2009 and I get the following failure: d:/progra~1/gnat/2009/bin/../l ibexec/gcc/i686-pc-mingw32/4.3 .4/ld.exe: cannot find -lgtkada_c As I also had to rearrange my computer I changed the disc on which I... more »
|
|
Ann: Zip-Ada v.33
|
| |
Hello! A new version of the Zip-Ada library @ [link] is out: * Changes in '33', 18-Jun-2009: - UnZip: added extract_as_text option (cf. UnZipAda with -a option) - Zip: Zip_comment function added (cf. UnZipAda with -z option) Zip-Ada is now used in the following musical software:... more »
|
|
GnatColl
|
| |
Hello. I have fast question. I'am using GnatColl to connect witch PostgreSQL. Is there any way to call stored function insted of simple query? Thanks.
|
|
Interfacing with C ; an ununsed fields dilemma
|
| |
Hello to all, Once again, a topic about interfacing with C structures. A lot of C structure are defined with so called “ unused field reserved for future use ” (oftenly never used in any future). This fields are generally to be initialized to zero, what is required, to unsure it will not be errorneously interpreted by the exogenous part... more »
|
|
New release of AdaControl (1.11r4)
   
|
| |
This is really a new release, not a new version (i.e. no new rules). Apart from some small bug fixes, the main difference is that the compiled versions are now for GNAT-GPL2009. As usual, it can be downloaded from [link] Enjoy!
|
|
|