Member Avatar for nalasimbha
nalasimbha

Hello all,

I have a question regarding calling a C++ dll from vb.net

My C++ dll has a function that takes char **data as a parameter like this for example.

extern "C" int fn(char **y_data)

How exactly can I pass a string array to the dll from vb.net.

Thanks