|
Problem with saving file from GPS on Vista I cannot save a file from GPS. GPS goes into an infinite loop showing the equivalent of hour-glass. Any suggestions (apart from changing OS ;-) Regards, Petter ... 13 Jan 2008 16:46
Linking Ada code stored in a dylib Several months ago, I contributed Ada bindings to the PLplot plotting library. The PLplot developers quickly incorporated my work into their project, including making the Ada part into a .dylib. The compiler is GNAT. On my end, I eventually noticed that whenever I used the bindings as (now) downloaded from the P... 14 Jan 2008 16:13
Varibles not getting assigned correctly Shane Smith wrote: Hi all, I'm trying to write a simple program (that manacla game), I've encountered a problem where the variables that are used in a nested procedure can't be assigned a value. I'm using GNAT 4.1.2 on Linux. I think your conclusion ("can't be assigned a value") is too strong; wh... 11 Jan 2008 21:41
[Beginner Problem] Varibles not getting assigned correctly Hi all, I'm trying to write a simple program (that manacla game), I've encountered a problem where the variables that are used in a nested procedure can't be assigned a value. I'm using GNAT 4.1.2 on Linux. ---CODE--- procedure Manacla is type pits is array (1 .. 14) of Integer; type Score_Type is arra... 11 Jan 2008 00:43
Ann: UnZip-Ada v.23 Hullo, Here is some progress on the UnZip & Zip libraries... You find UnZip-Ada there: http://sourceforge.net/projects/unzip-ada/ and there: http://homepage.sunrise.ch/mysunrise/gdm/unzipada.htm * Changes in '23', 11-Jan-2008: - Added a new tool, ReZip: recompression using several zippers - Clea... 11 Jan 2008 00:43
pragma Pack vs. Convention C, portability issue? -- File: main.adb -- Can we portably rely on pragma Pack taking precedence -- over Convention C? with Text_IO; procedure Main is type C_Represented_Enum is (Zero, One, Two, Three); pragma Convention (C, C_Represented_Enum); -- This would be 32 bits on a 32 bit architecture type Perhaps_Packed ... 11 Jan 2008 23:56
Ada supportive artice discussed on /. Have a look: http://developers.slashdot.org/article.pl?sid=08/01/08/0348239&from=rss And the artice itself of course: http://www.stsc.hill.af.mil/CrossTalk/2008/01/0801DewarSchonberg.html Martin -- mailto://krischik(a)users.sourceforge.net Ada programming at: http://ada.krischik.com ... 9 Jan 2008 16:17
Ada containers and custom allocators Hi, Is it possible to set up a custom allocator for use with any given Ada container? -- Maciej Sobczak * www.msobczak.com * www.inspirel.com ... 12 Jan 2008 10:48
FINAL CfIP, Conference Reliable Software Technologies, Ada-Europe 2008 ----------------------------------------------------------------------- FINAL Call for Industrial Presentations 13th International Conference on Reliable Software Technologies - Ada-Europe 2008 16 - 20 June 2008, Venice, Italy ... 6 Jan 2008 16:10
Create a procedure with multiple arguments ... Hi @ all, I'm a beginner in Ada and have the following problem: - I'm using GNAT 4.3 on a MacOS X 10.4. and develop on the OpenFirmware Interface. - To connect to the Firmware, the IEEE 1275 define an Procedure call- methode(), which can have up multiple arguments. IEEE 1275 define call- method as followed: ... 8 Jan 2008 10:29 |