|
Ada library, interfacing ADA with C david-mamour(a)hotmail.fr writes: I read the gnat manual and it is said that i can use gnatmake and a project library. So I use gnatmake: $ gnatmake -Pmy_lib.gpr I think you should use powerpc-eabispe-gnatmake (? note the second -, like the other commands, not powerpc-eabispegnatmake as you have below... 19 Dec 2007 15:23
Auto new line Jeffrey R. Carter wrote: Sorry about that. I forgot to change the "To:". -- Jeff Carter "From this day on, the official language of San Marcos will be Swedish." Bananas 28 ... 18 Dec 2007 18:46
newline in a simple program On Dec 18, 4:28 am, Paul <du...(a)telus.net> wrote: Hi, given the following two simple programs hello.adb ----------------------- with ada.text_io; procedure hello is begin ada.text_io.put("hello"); end hello; ----------------------- hello.c ----------------------- #include <stdi... 19 Dec 2007 06:39
need hint for adabrowse usage -- I've been using adabrowse4.0.1 successfully for some time but I just -- noticed a fact about the html I'd like help with. -- I don't know how to collect Ada comments that have empty spaces -- between them in the way I've formatted these paragraphs. -- I've been reading the User's Guide - I think I need... 19 Dec 2007 18:10
resources_on_ada update Peter Hermann a �crit : www.ihr.uni-stuttgart.de/forschung/ada/resources_on_ada/ please notify mistakes. Dead link: GNU Visual Debugger GVD I did not see a link to Florist or VAD (http://www.websamba.com/GUIBUILDER). Missing the 3D engine from Gautier (http://homepage.sunrise.ch/mysunrise/gdm/e3d.htm)... ... 19 Dec 2007 09:05
GNAT.Sockets: Timeval_Duration is in milliseconds? > But that was precisely my point to rather make a new type instead of subtyping, since scales are totally different. But that is subjective I guess. The Ada 95 LRM 9.6(7) says "...; a value of type Duration is used to represent the length of an interval of time, expressed in seconds." It would be bad ... 10 Dec 2007 00:00
Contracted exceptions for Ada (was: Exceptions) On Fri, 7 Dec 2007 21:30:05 -0600, Randy Brukardt wrote: "Dmitry A. Kazakov" <mailbox(a)dmitry-kazakov.de> wrote in message news:uvkiadiwrfh2.wi288ebeq18y.dlg(a)40tude.net... ... When "a way to force" reads "exceptions contract", then the answer is no, there is no way, alas. The ARG has discussed ... 10 Dec 2007 00:00
ANN: GtkAda 2.10 support On Oct 13, 8:19 am, "Dmitry A. Kazakov" <mail...(a)dmitry-kazakov.de> wrote: GtkAdacontributions http://www.dmitry-kazakov.de/ada/gtkada_contributions.htm units of measurement for Ada http://www.dmitry-kazakov.de/ada/units.htm fuzzy sets for Ada http://www.dmitry-kazakov.de/ada/... 10 Dec 2007 00:00
using svn in GPS on Windows == wonky Sorry if this isn't the proper place to ask this, but maybe somebody can help. Previously, I've used svn command-line tools for version control, and now I've decided to try out the VCS interface built into GPS. But I can't seem to get it to work. I'm using GNAT GPL 2007-2 for Windows (GPS 4.1.3), and have my proj... 10 Dec 2007 00:00
Exceptions, part 2 Forgot, to say there is no GNAT compiler option or standard Ada command that will force a programmer to use the "Exception" statement. So it is up the the programmer to include the statement unlike Java which forces the issue. In <5947aa62-2547-4fbb-bc46-1111b4a0dcc9(a)x69g2000hsx.googlegroups.com>, shaunpatters... 10 Dec 2007 00:00 |