stoolpigeon
Programmer
I have a dll that was written in c.
I am trying to call a function that takes char** as one of its parameters.
I would appreciate any help on what this should look like on the VB side. I thought an array of strings would be the equivalent- but VB will not let me pass that array by value.
any help is greatly appreciated.
thanks,
Ron
I am trying to call a function that takes char** as one of its parameters.
I would appreciate any help on what this should look like on the VB side. I thought an array of strings would be the equivalent- but VB will not let me pass that array by value.
any help is greatly appreciated.
thanks,
Ron