First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
GIRLS ARE WAITING
DO YOU WANT TO BE HAPPY JION WITH OUR GROUP AND WE TAKE YOU TO HEAVEN http://rexmier.blogspot.com/ ... 10 Dec 2007 00:00
how to increase the size of stacks
1. I want to increase the GNAT.Spitbol stack. This is a constant on "g- spipat.ads" How to I recompile this unit? Do I really need to go through all the steps in the Makefile.adalib (see below)? Compile the WHOLE lib? Just for a change in a single constant in a single unit? (I guess so.) Any easier way? 2. Does ... 10 Dec 2007 00:00
pragma Warnings
Georg Bauhaus <rm.tsoh+bauhaus(a)maps.futureapps.de> writes: In http://www.adacore.com/2007/11/19/ada-gem-18/ Bob Duff explains how to use GNAT's pragma Warnings. Thanks for advertising my "gem". :-) It's not the most interesting gem, IMHO. The effect is that GNAT users can control individual warni... 10 Dec 2007 00:00
[Q] pragma Warnings
In http://www.adacore.com/2007/11/19/ada-gem-18/ Bob Duff explains how to use GNAT's pragma Warnings. The effect is that GNAT users can control individual warnings by placing suitably crafted pragmas in source code, next to the lines that trigger the warning. Another effect is that some Ada programs are used w... 10 Dec 2007 00:00
Next chapter in the 'DLLs for VB6 in Ada' saga
G'day everyone, Check out the progress: http://codeaholic.blogspot.com/2007/11/ada-gnatgcc-passing-data-with-vb6s.html Kind regards, Bruce. ... 10 Dec 2007 00:00
Porting from FORTRAN
G'day everyone, Is there any equivalent in Ada for the FORTRAN routines, PACK() and RESHAPE()? For an idea of what I mean, please see http://books.google.com/books?id=iLj_xAmxscgC&pg=PA175&lpg=PA175&dq=packing+and+reshaping+vectors+in+fortran&source=web&ots=8BR0YSeysE&sig=1C5sLJpxZw8_iHXh0w2NUeq8lOc Kind reg... 10 Dec 2007 00:00
Access to data indirection (newbie)
G'day everyone I have a DLL which is receiving a value that is the result of a VARPTR in VB6, so the value arriving is the address and the data desired can be found at that address. So far I've gotten as far as function HandlePointer ( Left : in Win32.LONG) return Win32.LONG is b... 10 Dec 2007 00:00
GPS crashes
gpriv(a)axonx.com writes: Thanks, everyone for the input. I am using Debian just to keep the compatibility in check while do all development on XP. I have also noticed that GPS crashes when I am trying to open any of the source file. It seems that the fonts are missing? Is that related to http://bugs... 10 Dec 2007 00:00
Variable list parameters
Does Ada have variable length parameter lists? i.e void printf (char *, ...) Thanks ... 10 Dec 2007 00:00
Yet another problem with Ada.Directories
Some operating systems have case-insensitive file names. The problem is that Ada.Directories does not define file name/path comparisons. Comparing names as strings is necessarily OS-dependent. (Actually making Simple_Name, Base_Name, Full_Name the same string type does not look much in Ada way (TM). I would ma... 20 Dec 2007 05:46
First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50