Henry Vermaak wrote on Tue, 19 Jun 2012: > Also, the buffers need to be u64. Is the pointer type in pascal > always 64 bit? u64 is defined as "unsigned long". "unsigned long" is the same size as a pointer on Linux. Jonas