J
Jim Wilson [eMVP]
I know you said that the you know the Dat & Idt parameters are fine but they
look like the problem to me. The unmanaged function expects those
parameters to be pointers but you are passing them ByVal. To pass those
parameters as pointers, you need to pass them ByRef.
Just my 2 cents
Jim Wilson, eMVP
http://www.jwhedgehog.com
http://www.develop.com
look like the problem to me. The unmanaged function expects those
parameters to be pointers but you are passing them ByVal. To pass those
parameters as pointers, you need to pass them ByRef.
Just my 2 cents
Jim Wilson, eMVP
http://www.jwhedgehog.com
http://www.develop.com