Re: [Plplot-devel] Problem with ada interface example code

2007-06-01 Thread Jerry
I have submitted a new Ada example file, xt12a.adb and have made changes to x12a.adb according to the discussion several days ago about problems with emulating sprintf. I also made changes in x12a.adb so that it uses data structures from the thick binding rather than the thin binding. (See

[Plplot-devel] Ada bindings and examples

2007-06-01 Thread Jerry
Some time back, Alan suggested that I make what amounts to a new, third, Ada binding, and I agree that this is a good idea. Of the two Ada bindings which I have called "thick" and "thin," the thin binding adheres to the C API of PLplot, using the same subroutine names, argument lists, and da

Re: [Plplot-devel] Ada bindings and examples

2007-06-01 Thread Alan W. Irwin
On 2007-06-01 15:18-0700 Jerry wrote: > [...]To summarize: The plan is to make a quasi-third Ada binding which is > exactly like the current thick binding except that the subroutine > names are the traditional PLplot names. There will be two example > files for each example, one written to the thi