On 19 June 2012 14:21, Henry Vermaak <henry.vermaak at gmail.com> wrote: > Also, the buffers need to be u64. Is the pointer type in pascal always 64 bit? The answer to this is no, so you can't use pascal pointer types for the buffers. Henry