I now know (thanks to earlier responses to an e-mail I posted)
that PB arrays are stored column major order and have one
additional index for each dimension in the array then a 'C'
array does.
Now I have 2 additional questions:
Can I pass a 3 dimensional array from a 'C' program to a PB DLL?
What would the declaration look like for that method if I was
passing the array by value?
What about if I was passing a dynamically allocated array
(using 'new' in 'C') by reference?
Thanks for the help. I inherited the PB DLL and I have no
documentation to help me out and no previous experience with PB.
------------------
that PB arrays are stored column major order and have one
additional index for each dimension in the array then a 'C'
array does.
Now I have 2 additional questions:
Can I pass a 3 dimensional array from a 'C' program to a PB DLL?
What would the declaration look like for that method if I was
passing the array by value?
What about if I was passing a dynamically allocated array
(using 'new' in 'C') by reference?
Thanks for the help. I inherited the PB DLL and I have no
documentation to help me out and no previous experience with PB.
------------------
Comment