Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing String to char** in DLL

Status
Not open for further replies.

stoolpigeon

Programmer
Aug 1, 2001
309
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top