F. Schubert wrote:
If working with pointers, you can just add the offset to them. I think the offset was counted in Bytes (as is the Length in MoveBlock).
Felix
This sounds logical, but I'm passing an array to the dll call (by
pointer, but I never see the actual pointer value in LabVIEW). To pass a pointer that doesn't point to the first element I'd
first have to get a pointer to the array (to the first element) in
LabVIEW so I could add the offset. I think to get the pointer this would be another dll call, right?
Also, if you pass a pointer to the destination array (which will be modified) how do you access the modified array?
Daniel
Message Edited by dan_u on 03-24-2009 10:58 AM