02-20-2006 06:41 AM
02-20-2006 08:27 AM
02-20-2006 02:14 PM
As explained in the other post and uInt64 really is just a combination of two uIn32 behind each other. One catch might be alignment here since by default Visual C uses 8 byte or nowadays even 16 byte alignment. This means that in a structure an element is always aligned at a multiple of the smaller value of the compiler alignment and the element size.
@xfkeivn wrote:
Thank you very much for your help ,but the input parameter is 64 integer.In the attachment is the dll and headfile you can try it.