Getting close to have Doc-Literal support for the C-bindings working but I 
have a question: I want to confirm my assumption that the sole reason for 
the get() method in the Axis_Array class is in support of the C-bindings? 
The reason I ask is that I want to change the implementation so that it 
returns a new array that is malloc'ed instead of new'ed.  Currently it 
simply returns the actual array in the C++ object, but I do not think that 
will work for the C bindings since the object will not be around, etc. 
Otherwise, I will have to just create a new method that does what I want. 
Please let me know the answer as soon as possible. 


Nadir K. Amra

Reply via email to