Hi!

I want to call a function in a DLL (written in C++). One of the arguments expected is of type "array of void pointers".

When passing the datatype "IntPrt" from VB.net, the 4 element size array from VB.net is truncated to a one element size array after the call.

What argument should be passed from VB.net to handle "arrays of void pointers"??

Thanks!!!

Adri Gerritsen